-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Proposal: is.create(URLSearchParams)
#135
Comments
is.create(URL)
is.create(URLSearchParams)
Can you describe how exactly it should behave? Because you're passing in the constructor, which would mean you want a |
Is there a better choice? We could compare the names but that's not good either - e.g. there are many The |
Pass in a string and use Line 100 in 238e8c8
That's how most of the testing is done here. Yes, we could read the name from the passed in constructor. I just fear that it will make people assume it does instance checking, which it does not. |
The text was updated successfully, but these errors were encountered: