We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
reportError
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://github.com/github/github/pull/276314#discussion_r1230071057
We use window#reportError a few places in github/github however https://developer.mozilla.org/en-US/docs/Web/API/reportError is not available in some places in safari.
window#reportError
github/github
We should probably poiyfill this to the extent we can
The text was updated successfully, but these errors were encountered:
Looks like time has beaten us to this one, and Safari 15.4 (our minimum supported version) now supports reportError.
Sorry, something went wrong.
No branches or pull requests
See https://github.com/github/github/pull/276314#discussion_r1230071057
We use
window#reportError
a few places ingithub/github
howeverhttps://developer.mozilla.org/en-US/docs/Web/API/reportError is not available in some places in safari.
We should probably poiyfill this to the extent we can
The text was updated successfully, but these errors were encountered: