Skip to content

Commit af2e887

Browse files
authored
Merge pull request #52 from autokagami/webrtc-insertable-streams
Editorial: Align with Web IDL specification
2 parents b8b49eb + 9e6be0f commit af2e887

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ dictionary SFrameTransformOptions {
231231

232232
[Exposed=(Window,DedicatedWorker)]
233233
interface SFrameTransform {
234-
constructor(optional SFrameTransformOptions options);
235-
234+
constructor(optional SFrameTransformOptions options = {});
236235
Promise<undefined> setEncryptionKey(CryptoKey key, optional unsigned long long keyID);
237236
};
238237
SFrameTransform includes GenericTransformStream;

0 commit comments

Comments
 (0)