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

Web Api support? #3408

Closed
ahaoboy opened this issue Oct 21, 2023 · 2 comments
Closed

Web Api support? #3408

ahaoboy opened this issue Oct 21, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@ahaoboy
Copy link
Contributor

ahaoboy commented Oct 21, 2023

https://developer.mozilla.org/en-US/docs/Web/API
https://developer.mozilla.org/en-US/docs/Web/API/URL_API
https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder
ECMASCript feature
I'm not sure if it should be supported in Boa, but there are some commonly used APIs built into Node and Deno.

@ahaoboy ahaoboy added the enhancement New feature or request label Oct 21, 2023
@Razican
Copy link
Member

Razican commented Oct 21, 2023

This has been discussed quite a bit. The thing is that Boa is currently a JS engine (like V8) not a runtime. We might want to create a runtime in the future, but the ideal situation would be for Deno/Node to offer using Boa instead of V8. But that's a difficult proposal.

@jedel1043
Copy link
Member

Closing since it isn't in our plans to implement runtime features.

@jedel1043 jedel1043 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants