We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dd667 commit 5cca164Copy full SHA for 5cca164
src/Browser/Navigation.elm
@@ -100,6 +100,11 @@ the URL to match without adding a history entry for every single key stroke.
100
Imagine how annoying it would be to click `back` thirty times and still be on
101
the same page!
102
103
+**Note:** Browsers may rate-limit this function by throwing an exception. The
104
+discussion [here](https://bugs.webkit.org/show_bug.cgi?id=156115) suggests
105
+that the limit is 100 calls per 30 second interval in Safari in 2016. It also
106
+suggests techniques for people changing the URL based on scroll position.
107
+
108
-}
109
replaceUrl : Key -> String -> Cmd msg
110
replaceUrl =
0 commit comments