We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915870d commit 53eb0d3Copy full SHA for 53eb0d3
index.bs
@@ -188,7 +188,7 @@ typedef [EnforceRange] unsigned long long SmallCryptoKeyID;
188
typedef (SmallCryptoKeyID or bigint) CryptoKeyID;
189
190
[Exposed=(Window,DedicatedWorker)]
191
-interface SFrameTransform {
+interface SFrameTransform : EventTarget {
192
constructor(optional SFrameTransformOptions options = {});
193
Promise<undefined> setEncryptionKey(CryptoKey key, optional CryptoKeyID keyID);
194
attribute EventHandler onerror;
0 commit comments