Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2618,8 +2618,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down Expand Up @@ -7639,6 +7639,12 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/math-depth)
*/
mathDepth: string;
/**
* The math-shift property indicates whether superscripts inside MathML formulas should be raised by a normal or compact shift.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/math-shift)
*/
mathShift: string;
/**
* The math-style property indicates whether MathML equations should render with normal or compact height.
*
Expand Down
4 changes: 2 additions & 2 deletions baselines/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -850,8 +850,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
4 changes: 2 additions & 2 deletions baselines/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,8 +780,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
10 changes: 8 additions & 2 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2615,8 +2615,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down Expand Up @@ -7629,6 +7629,12 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/math-depth)
*/
mathDepth: string;
/**
* The math-shift property indicates whether superscripts inside MathML formulas should be raised by a normal or compact shift.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/math-shift)
*/
mathShift: string;
/**
* The math-style property indicates whether MathML equations should render with normal or compact height.
*
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.5/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -847,8 +847,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.5/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.5/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
10 changes: 8 additions & 2 deletions baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2615,8 +2615,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down Expand Up @@ -7636,6 +7636,12 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/math-depth)
*/
mathDepth: string;
/**
* The math-shift property indicates whether superscripts inside MathML formulas should be raised by a normal or compact shift.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/math-shift)
*/
mathShift: string;
/**
* The math-style property indicates whether MathML equations should render with normal or compact height.
*
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.6/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -847,8 +847,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.6/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.6/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
10 changes: 8 additions & 2 deletions baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2615,8 +2615,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down Expand Up @@ -7636,6 +7636,12 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/math-depth)
*/
mathDepth: string;
/**
* The math-shift property indicates whether superscripts inside MathML formulas should be raised by a normal or compact shift.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/math-shift)
*/
mathShift: string;
/**
* The math-style property indicates whether MathML equations should render with normal or compact height.
*
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.9/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -847,8 +847,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.9/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -777,8 +777,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
4 changes: 2 additions & 2 deletions baselines/ts5.9/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1085,8 +1085,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
4 changes: 2 additions & 2 deletions baselines/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1088,8 +1088,8 @@ interface WebTransportErrorOptions {
}

interface WebTransportHash {
algorithm?: string;
value?: BufferSource;
algorithm: string;
value: BufferSource;
}

interface WebTransportOptions {
Expand Down
6 changes: 6 additions & 0 deletions inputfiles/patches/html.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ interface HTMLTableHeaderCellElement extends=HTMLTableCellElement exposed=Window
interface HTMLDocument extends=Document exposed=Window

interface-mixin MessageEventTarget overrideThis=T typeParameters=T

interface-mixin WindowEventHandlers {
// TODO: pass a string instead for deprecated
// The unload event is not reliable, consider visibilitychange or pagehide events
property onunload deprecated=#true
}
3 changes: 3 additions & 0 deletions inputfiles/patches/uievents.kdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
dictionary KeyboardEventInit {
// TODO: pass a string instead for deprecated
// charCode is inconsistent across environments, consider using .key instead
member charCode deprecated=#true
// keyCode is inconsistent across environments, consider using .key instead
member keyCode deprecated=#true
}
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.