-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
crypto: add experimental warning to crypto.webcrypto #35857
Conversation
Review requested:
|
c46a50b
to
7dd99de
Compare
75c71f4
to
b54d29f
Compare
meh, i'm getting the experimental warning even by just requiring crypto, not when accessing --trace-warnings
seems to be a sideproduct of ESM's syncExports? Not sure how to proceed from here. |
This adds a once-per-process ExperimentalWarning when Web Crypto API is accessed.
b54d29f
to
34583ea
Compare
@guybedford I don't want to pollute the other PR we engaged in. So here I'd like to make the Any other ideas? |
Closing for clear lack of interest. |
This adds a once-per-process ExperimentalWarning when Web Crypto API is accessed.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes