You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -218,6 +218,8 @@ Thanks! every bit of help really does make a difference. Again thank you.
218
218
- Changing the hash of the page causes `onpopstate` to fire; this is expected/standard functionality. To ensure correct compatibility between HTML5 and HTML4 browsers the following events have been created:
219
219
- `window.onstatechange`: this is the same as the `onpopstate` event except it does not fire for traditional anchors
220
220
- `window.onanchorchange`: this is the same as the `onhashchange` event except it does not fire for states
221
+
- Known Issues
222
+
- Opera 11 fails to create history entries when under stressful loads
0 commit comments