-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Add DOMException
#991
Merged
Merged
Add DOMException
#991
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
zloirock
force-pushed
the
dom-exception
branch
2 times, most recently
from
October 3, 2021 18:26
03d4402
to
a72f50d
Compare
petamoriken
reviewed
Oct 4, 2021
zloirock
force-pushed
the
dom-exception
branch
from
October 4, 2021 20:38
ddc12b3
to
0fcba79
Compare
petamoriken
reviewed
Oct 5, 2021
zloirock
force-pushed
the
dom-exception
branch
7 times, most recently
from
October 10, 2021 18:04
6e04c89
to
dd1419d
Compare
zloirock
force-pushed
the
dom-exception
branch
from
October 14, 2021 04:50
dd1419d
to
1f0d18e
Compare
zloirock
force-pushed
the
dom-exception
branch
4 times, most recently
from
October 20, 2021 00:22
64c060f
to
2cb7507
Compare
zloirock
force-pushed
the
dom-exception
branch
3 times, most recently
from
October 26, 2021 13:22
f56001f
to
f9f5366
Compare
zloirock
force-pushed
the
dom-exception
branch
from
November 5, 2021 08:33
f9f5366
to
f96749f
Compare
zloirock
force-pushed
the
dom-exception
branch
2 times, most recently
from
November 22, 2021 19:35
3c83f54
to
98f0c19
Compare
zloirock
force-pushed
the
dom-exception
branch
from
December 2, 2021 06:49
98f0c19
to
fe7d4c0
Compare
zloirock
force-pushed
the
dom-exception
branch
from
December 9, 2021 12:40
fe7d4c0
to
a7fb202
Compare
Published. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #938
Could be useful for #969 / #984.
Includes also
Error#toString
polyfill.