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

Support for URL #987

Closed
itsezc opened this issue May 8, 2023 · 2 comments
Closed

Support for URL #987

itsezc opened this issue May 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@itsezc
Copy link

itsezc commented May 8, 2023

Problem

A lot of NPM packages rely on the URL.protocol method to dictate various functionalities related to network connections i.e. for instance, the SurrealDB JS library

Solution

Adding support for URL would allow for advanced functionalities within packages like SurrealDB JS, among others.

Additional Context

N/A

@itsezc itsezc added the enhancement New feature or request label May 8, 2023
@itsezc itsezc changed the title Support for URL Protocol Support for URL May 15, 2023
@tmikov
Copy link
Contributor

tmikov commented May 15, 2023

Hi, URL is not part of the JS spec, it a web API provided by the integrator of the JSVM (the web browser, NodeJS, etc). We periodically get requests like this and do appreciate that it would be convenient to provide APIs like this "out of the box". However it is not practical for our team to maintain an ever expanding set of Web APIs, which are not in our area of expertise.

I have previously suggested that it might make sense to create a separate project with a repository of common non-EcmaScript APIs.

@tmikov tmikov closed this as completed May 15, 2023
@tmikov
Copy link
Contributor

tmikov commented Jul 28, 2023

FYI, #1072 .

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

2 participants