We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All web api interface i've tried to get the Symbol.toStringTag give undefined, instead of their expected value.
For instance:
console.log('Response' == Response.prototype[Symbol.toStringTag]) console.log('Request' == Request.prototype[Symbol.toStringTag]) console.log('Headers' == Headers.prototype[Symbol.toStringTag]) console.log('URLSearchParams' == URLSearchParams.prototype[Symbol.toStringTag]) console.log('CryptoKey' == CryptoKey.prototype[Symbol.toStringTag])
logs all false where all true is expected
I can't check all prototypes for you but since the few i've tried all fail this setup it seems to be a global issue with these classes.
The text was updated successfully, but these errors were encountered:
refs: #1607, #1700
Sorry, something went wrong.
cc @jasnell
Add Symbol.toStringTag to jsg::Objects
601f6f8
Fixes: #2769
c6c8c8c
Successfully merging a pull request may close this issue.
All web api interface i've tried to get the Symbol.toStringTag give undefined, instead of their expected value.
For instance:
logs all false where all true is expected
I can't check all prototypes for you but since the few i've tried all fail this setup it seems to be a global issue with these classes.
The text was updated successfully, but these errors were encountered: