From 3f9187c366be362a219274ded5be9e679b96af98 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sun, 6 Jun 2021 18:57:10 +0800 Subject: feat(extensions/crypto): implement subtle.digest (#10796) Co-authored-by: Yacine Hmito yacinehmito@users.noreply.github.com --- runtime/js/99_main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/js') diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index 6c79468d1..f196f3008 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -314,6 +314,7 @@ delete Object.prototype.__proto__; ), crypto: util.readOnly(crypto.crypto), Crypto: util.nonEnumerable(crypto.Crypto), + SubtleCrypto: util.nonEnumerable(crypto.SubtleCrypto), fetch: util.writable(fetch.fetch), performance: util.writable(performance.performance), setInterval: util.writable(timers.setInterval), -- cgit v1.2.3