browser
Here are 3,601 public repositories matching this topic...
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Dec 24, 2020 - JavaScript
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Dec 25, 2020 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Nov 14, 2020 - Go
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Dec 23, 2020 - TypeScript
-
Updated
Dec 21, 2020 - TypeScript
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
Dec 24, 2020 - JavaScript
-
Updated
Dec 25, 2020 - JavaScript
-
Updated
Dec 21, 2020 - JavaScript
-
Updated
Dec 6, 2020 - TypeScript
-
Updated
Apr 11, 2019 - JavaScript
Often P3A users do not understand how to test whether their metric is properly recorded. Currenlty, the handiest way is to check brave::/local-state where p3a services saves its state. We can add a more descriptive "internals" page that would have a human-readable timestamp, list of all (even never observed) metrics, (less important) ability to observe and reset "sent status", timers, etc.
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
-
Updated
Dec 24, 2020 - Python
-
Updated
Dec 8, 2020 - JavaScript
-
Updated
Dec 25, 2020 - TypeScript
-
Updated
Dec 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
Describe the bug
AsPath is incorrect on Server if you use rewrites and getInitialProps. On the server, asPath is the rewritten asPath while on the client asPath ist as given in the request URL.
To Re