- 
                Notifications
    You must be signed in to change notification settings 
- Fork 3k
Open
Labels
needs implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interesttopic: navigation
Description
What is the issue with the HTML Standard?
In https://bugzilla.mozilla.org/show_bug.cgi?id=1995636 Firefox ran into a web compat issue due to replaceState() throwing after reaching the UA-defined limit of repeated calls. I think Gecko's current limit is 200 replaceStates (or location.hash changes; see #11410) in 10 seconds.
WebKit's limit is 100. Chromium's limit is 200, but after that it no-ops instead of throwing.
We're considering increasing the limit to 1000. If there's interest in aligning on the number we can codify it in the spec.
Metadata
Metadata
Assignees
Labels
needs implementer interestMoving the issue forward requires implementers to express interestMoving the issue forward requires implementers to express interesttopic: navigation