Skip to content
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

Editorial: Use xref "throw" and "reject" #91

Merged
merged 1 commit into from
Jan 13, 2023

Conversation

a-sully
Copy link
Collaborator

@a-sully a-sully commented Jan 12, 2023

Fixes #89

While making this change, I've also confirmed that all uses of "resolve" are properly refed and all exceptions are correctly named.


Preview | Diff

Fixes whatwg#89

While making this change, I've also confirmed
that all uses of "resolve" are properly refed
and all exceptions are correctly named.
@a-sully a-sully requested a review from annevk January 12, 2023 18:15
Copy link
Member

@annevk annevk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@annevk annevk merged commit 2b0a522 into whatwg:main Jan 13, 2023
@a-sully a-sully deleted the xref-throw-everywhere branch January 13, 2023 16:43
a-sully added a commit to WICG/file-system-access that referenced this pull request Jun 20, 2023
Before: `throw a {{SecurityError}}`
After: `[=throw=] a "{{SecurityError}}" {{DOMException}}`

See whatwg/fs#63 and whatwg/fs#89. Fixed in the upstream spec in whatwg/fs#70 and whatwg/fs#91, respectively
github-actions bot added a commit to WICG/file-system-access that referenced this pull request Jun 20, 2023
Before: `throw a {{SecurityError}}`
After: `[=throw=] a "{{SecurityError}}" {{DOMException}}`

See whatwg/fs#63 and whatwg/fs#89. Fixed in the upstream spec in whatwg/fs#70 and whatwg/fs#91, respectively

SHA: a350a87
Reason: push, by @a-sully

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Editorial: xref "throw" everywhere
2 participants