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
7 changes: 6 additions & 1 deletion baselines/audioworklet.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1605,8 +1605,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43070,8 +43070,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12866,8 +12866,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12592,8 +12592,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.5/audioworklet.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1602,8 +1602,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43044,8 +43044,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.5/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12863,8 +12863,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.5/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12589,8 +12589,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.5/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14673,8 +14673,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.6/audioworklet.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1602,8 +1602,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43067,8 +43067,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.6/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12863,8 +12863,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.6/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12589,8 +12589,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.6/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14673,8 +14673,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.9/audioworklet.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1602,8 +1602,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43067,8 +43067,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.9/serviceworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12863,8 +12863,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.9/sharedworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12589,8 +12589,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/ts5.9/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14673,8 +14673,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
7 changes: 6 additions & 1 deletion baselines/webworker.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14676,8 +14676,13 @@ declare namespace WebAssembly {
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global)
*/
interface Global<T extends ValueType = ValueType> {
/** The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable. */
/**
* The **`value`** property of the WebAssembly.Global object prototype returns the value contained inside the global variable.
*
* [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value)
*/
value: ValueTypeMap[T];
/** [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf) */
valueOf(): ValueTypeMap[T];
}

Expand Down
5 changes: 5 additions & 0 deletions inputfiles/mdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -31379,6 +31379,11 @@
"pageType": "web-api-interface",
"summary": "The SVGScriptElement interface corresponds to the SVG <script> element."
},
{
"mdn_url": "/en-US/docs/Web/API/SVGScriptElement/async",
"pageType": "web-api-instance-property",
"summary": "The async property of the SVGScriptElement interface is a boolean value that controls how the script should be executed. It reflects the async attribute of the given <script> element. When set to true, the external script is fetched in parallel to parsing the SVG document, and the script is evaluated as soon as it becomes available."
},
{
"mdn_url": "/en-US/docs/Web/API/SVGScriptElement/href",
"pageType": "web-api-instance-property",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

Loading