mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:20:59 +00:00
Fixes #6325 The JavaScript on the HTML Spec site that caused the crash is: window.location.hash.substr(1) Of course, window.location.hash can be the empty string. The spec allows for calling substr(1) on an empty string, but our partial implementation wasn't handling it properly. |
||
|---|---|---|
| .. | ||
| Applets | ||
| Applications | ||
| Demos | ||
| DevTools | ||
| DynamicLoader | ||
| Games | ||
| Libraries | ||
| Services | ||
| Shell | ||
| Tests | ||
| Utilities | ||
| CMakeLists.txt | ||