Skip to content

Commit 7723761

Browse files
committed
Editorial: Align with Web IDL specification
1 parent f9e6dc1 commit 7723761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

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

232232
[Exposed=(Window,DedicatedWorker)]
233233
interface SFrameTransform {
234-
constructor(optional SFrameTransformOptions options);
234+
constructor(optional SFrameTransformOptions options = {});
235235
// FIXME: add key handling methods.
236236
};
237237
SFrameTransform includes GenericTransformStream;

0 commit comments

Comments
 (0)