File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ The <code>FontFace</code> Interface</h2>
95
95
[Exposed=(Window,Worker)]
96
96
interface FontFace {
97
97
constructor(CSSOMString family, (CSSOMString or BinaryData) source,
98
- optional FontFaceDescriptors descriptors);
98
+ optional FontFaceDescriptors descriptors = {} );
99
99
attribute CSSOMString family;
100
100
attribute CSSOMString style;
101
101
attribute CSSOMString weight;
@@ -437,7 +437,7 @@ The <code>FontFaceSet</code> Interface</h2>
437
437
438
438
[Exposed=(Window,Worker)]
439
439
interface FontFaceSetLoadEvent : Event {
440
- constructor(CSSOMString type, optional FontFaceSetLoadEventInit eventInitDict);
440
+ constructor(CSSOMString type, optional FontFaceSetLoadEventInit eventInitDict = {} );
441
441
[SameObject] readonly attribute FrozenArray<FontFace> fontfaces;
442
442
};
443
443
You can’t perform that action at this time.
0 commit comments