File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ The <code>FontFace</code> Interface</h2>
9595 [Exposed=(Window,Worker)]
9696 interface FontFace {
9797 constructor(CSSOMString family, (CSSOMString or BinaryData) source,
98- optional FontFaceDescriptors descriptors);
98+ optional FontFaceDescriptors descriptors = {} );
9999 attribute CSSOMString family;
100100 attribute CSSOMString style;
101101 attribute CSSOMString weight;
@@ -437,7 +437,7 @@ The <code>FontFaceSet</code> Interface</h2>
437437
438438 [Exposed=(Window,Worker)]
439439 interface FontFaceSetLoadEvent : Event {
440- constructor(CSSOMString type, optional FontFaceSetLoadEventInit eventInitDict);
440+ constructor(CSSOMString type, optional FontFaceSetLoadEventInit eventInitDict = {} );
441441 [SameObject] readonly attribute FrozenArray<FontFace> fontfaces;
442442 };
443443
You can’t perform that action at this time.
0 commit comments