MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/History/pushState
What specific section or headline is this issue about?
https://developer.mozilla.org/en-US/docs/Web/API/History/pushState#exceptions
What information was incorrect, unhelpful, or incomplete?
Says that a SecurityError exception is thrown "if the method is called too frequently".
What did you expect to see?
This may still apply for some browsers for a bit, but the spec change it to instead return (no-op) upon rate limiting, which is what Chromium currently does and Gecko will soon do.
Do you have any supporting links, references, or citations?
whatwg/html#12492
Do you have anything more you want to share?
Also applies to replaceState, history.go/back/forward, navigation API and APIs that navigate (e.g. location.href).
MDN metadata
Page report details
MDN URL
https://developer.mozilla.org/en-US/docs/Web/API/History/pushState
What specific section or headline is this issue about?
https://developer.mozilla.org/en-US/docs/Web/API/History/pushState#exceptions
What information was incorrect, unhelpful, or incomplete?
Says that a SecurityError exception is thrown "if the method is called too frequently".
What did you expect to see?
This may still apply for some browsers for a bit, but the spec change it to instead return (no-op) upon rate limiting, which is what Chromium currently does and Gecko will soon do.
Do you have any supporting links, references, or citations?
whatwg/html#12492
Do you have anything more you want to share?
Also applies to replaceState, history.go/back/forward,
navigationAPI and APIs that navigate (e.g.location.href).MDN metadata
Page report details
en-us/web/api/history/pushstate