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

impl-domexception #429

Merged
merged 1 commit into from
Nov 14, 2023
Merged

impl-domexception #429

merged 1 commit into from
Nov 14, 2023

Conversation

jimmywarting
Copy link
Contributor

Wanted to have the most basic low level stuff shipped first and formost so other web apis that depends on it can start using it and working on those "Minimum Common Web Platform API"

DOMException is surprisingly used by so many stuff.
atob, postMessage, web streams, file system access (whatwg/fs), AbortController and so many more

So it needs to come first before work on atob etc can be worked on...

@saghul
Copy link
Owner

saghul commented Nov 14, 2023

Nice!

@saghul saghul merged commit 2f578f5 into saghul:master Nov 14, 2023
11 checks passed
@jimmywarting jimmywarting deleted the incl-domexception branch November 15, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants