diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-08-29 10:22:40 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 00:22:40 +0000 |
commit | d183533404bf7fe062331e414d5c2bc41e49d5e4 (patch) | |
tree | d5a729f94f649eab45d47bf7822fd4bf8f06799c /ext/crypto/lib.deno_crypto.d.ts | |
parent | 27d0897841386068560ffad256c6c8ac27adefe1 (diff) |
docs: refer to `globalThis` instead of `window` in declaration files (#25286)
Diffstat (limited to 'ext/crypto/lib.deno_crypto.d.ts')
-rw-r--r-- | ext/crypto/lib.deno_crypto.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/crypto/lib.deno_crypto.d.ts b/ext/crypto/lib.deno_crypto.d.ts index 0c00470ec..3e7d50a2a 100644 --- a/ext/crypto/lib.deno_crypto.d.ts +++ b/ext/crypto/lib.deno_crypto.d.ts @@ -231,7 +231,7 @@ declare var CryptoKeyPair: { /** This Web Crypto API interface provides a number of low-level cryptographic * functions. It is accessed via the Crypto.subtle properties available in a - * window context (via Window.crypto). + * window context (via globalThis.crypto). * * @category Crypto */ |