Skip to content

Commit

Permalink
fixup! lib: enable global WebCrypto by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Feb 22, 2022
1 parent 0bc524f commit f667316
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/api/cli.md
Expand Up @@ -325,7 +325,6 @@ added: REPLACEME

Disable experimental support for the [Fetch API][].


### `--no-experimental-global-webcrypto`

<!-- YAML
Expand Down
2 changes: 1 addition & 1 deletion doc/api/globals.md
Expand Up @@ -660,8 +660,8 @@ The object that acts as the namespace for all W3C
[Mozilla Developer Network][webassembly-mdn] for usage and compatibility.

[Web Crypto API]: webcrypto.md
[`--no-experimental-global-webcrypto`]: cli.md#--no-experimental-global-webcrypto
[`--no-experimental-fetch`]: cli.md#--no-experimental-fetch
[`--no-experimental-global-webcrypto`]: cli.md#--no-experimental-global-webcrypto
[`AbortController`]: https://developer.mozilla.org/en-US/docs/Web/API/AbortController
[`DOMException`]: https://developer.mozilla.org/en-US/docs/Web/API/DOMException
[`EventTarget` and `Event` API]: events.md#eventtarget-and-event-api
Expand Down

0 comments on commit f667316

Please sign in to comment.