Revert "Remove some polyfills"

This reverts commit 64644b57e3.
This commit is contained in:
timvisee
2022-09-04 12:26:12 +02:00
parent 073accfe65
commit 4ceac20623
6 changed files with 163 additions and 27 deletions

View File

@@ -48,7 +48,7 @@ class ECETransformer {
name: 'AES-GCM',
length: 128
},
false,
true, // Edge polyfill requires key to be extractable to encrypt :/
['encrypt', 'decrypt']
);
}