browser
Here are 3,481 public repositories matching this topic...
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Aug 26, 2020 - JavaScript
-
Updated
Oct 11, 2020 - Go
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Oct 12, 2020 - JavaScript
-
Updated
Oct 14, 2020 - JavaScript
We plan to gradually migrate brain.js to TypeScript, code base is pretty large, so we would love your help!
How to contribute?
- Convert a file from .js to .ts
- Add types, fix all type errors.
- Submit a PR!
🎉
Here you can find a guide on how to contribute.
Want to convert something, let us know in the comment an
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Apr 11, 2019 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Sep 5, 2020 - TypeScript
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
-
Updated
Oct 13, 2020 - Python
-
Updated
Oct 14, 2020 - JavaScript
-
Updated
Oct 13, 2020 - TypeScript
-
Updated
Oct 8, 2020 - HTML
-
Updated
Sep 28, 2020
Improve this page
Add a description, image, and links to the browser topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the browser topic, visit your repo's landing page and select "manage topics."


Bug report
Using
getStaticPathsin combination withtrailingSlash: trueleads to invalid json prefetching. For a link to a dynamic route, the json file that is prefetched includes an invalid slash in the path, causing a 404 to be returned. However, when clicking the link and landing on the dynamic page the correct json file is fetched.To Reproduce
// next