Throw `SecurityError` from `window.History`
Open
html-api
someday
- Dominant language
- Go
- Stars
- 300
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
`History` may throw a `SecurityError`
> Thrown if the associated document is not fully active, or if the provided url parameter is not a valid URL. Browsers also throttle navigations and may throw this error, generate a warning, or ignore the call if it's called too frequently
Applicable methods:
- [ ] `History.go`
- [ ] `History.pushState`
https://developer.mozilla.org/en-US/docs/Web/API/History/go
Contributor guide
Assessment
This issue has not been assessed yet.