diff --git a/baselines/audioworklet.generated.d.ts b/baselines/audioworklet.generated.d.ts index 2e391df0b..dc7ea4402 100644 --- a/baselines/audioworklet.generated.d.ts +++ b/baselines/audioworklet.generated.d.ts @@ -1605,8 +1605,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index e3188fc1c..a6556cb39 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -43070,8 +43070,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/serviceworker.generated.d.ts b/baselines/serviceworker.generated.d.ts index b93a94ebe..57f918ccc 100644 --- a/baselines/serviceworker.generated.d.ts +++ b/baselines/serviceworker.generated.d.ts @@ -12866,8 +12866,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/sharedworker.generated.d.ts b/baselines/sharedworker.generated.d.ts index c23fd7ab1..e15f1d999 100644 --- a/baselines/sharedworker.generated.d.ts +++ b/baselines/sharedworker.generated.d.ts @@ -12592,8 +12592,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.5/audioworklet.generated.d.ts b/baselines/ts5.5/audioworklet.generated.d.ts index 74a676fc5..b60857baa 100644 --- a/baselines/ts5.5/audioworklet.generated.d.ts +++ b/baselines/ts5.5/audioworklet.generated.d.ts @@ -1602,8 +1602,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 635024ed7..e1e2ad25d 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -43044,8 +43044,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.5/serviceworker.generated.d.ts b/baselines/ts5.5/serviceworker.generated.d.ts index d2ff1eeac..d041466e0 100644 --- a/baselines/ts5.5/serviceworker.generated.d.ts +++ b/baselines/ts5.5/serviceworker.generated.d.ts @@ -12863,8 +12863,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.5/sharedworker.generated.d.ts b/baselines/ts5.5/sharedworker.generated.d.ts index ce7ddcc06..18206e5e9 100644 --- a/baselines/ts5.5/sharedworker.generated.d.ts +++ b/baselines/ts5.5/sharedworker.generated.d.ts @@ -12589,8 +12589,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.5/webworker.generated.d.ts b/baselines/ts5.5/webworker.generated.d.ts index 7923bf6ee..a1c62a51d 100644 --- a/baselines/ts5.5/webworker.generated.d.ts +++ b/baselines/ts5.5/webworker.generated.d.ts @@ -14673,8 +14673,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.6/audioworklet.generated.d.ts b/baselines/ts5.6/audioworklet.generated.d.ts index 74a676fc5..b60857baa 100644 --- a/baselines/ts5.6/audioworklet.generated.d.ts +++ b/baselines/ts5.6/audioworklet.generated.d.ts @@ -1602,8 +1602,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index 031c3f1a8..be2edd668 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -43067,8 +43067,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.6/serviceworker.generated.d.ts b/baselines/ts5.6/serviceworker.generated.d.ts index d2ff1eeac..d041466e0 100644 --- a/baselines/ts5.6/serviceworker.generated.d.ts +++ b/baselines/ts5.6/serviceworker.generated.d.ts @@ -12863,8 +12863,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.6/sharedworker.generated.d.ts b/baselines/ts5.6/sharedworker.generated.d.ts index ce7ddcc06..18206e5e9 100644 --- a/baselines/ts5.6/sharedworker.generated.d.ts +++ b/baselines/ts5.6/sharedworker.generated.d.ts @@ -12589,8 +12589,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.6/webworker.generated.d.ts b/baselines/ts5.6/webworker.generated.d.ts index 7923bf6ee..a1c62a51d 100644 --- a/baselines/ts5.6/webworker.generated.d.ts +++ b/baselines/ts5.6/webworker.generated.d.ts @@ -14673,8 +14673,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.9/audioworklet.generated.d.ts b/baselines/ts5.9/audioworklet.generated.d.ts index 47df20279..047d68b93 100644 --- a/baselines/ts5.9/audioworklet.generated.d.ts +++ b/baselines/ts5.9/audioworklet.generated.d.ts @@ -1602,8 +1602,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts index 2c5d720af..24a34aa36 100644 --- a/baselines/ts5.9/dom.generated.d.ts +++ b/baselines/ts5.9/dom.generated.d.ts @@ -43067,8 +43067,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.9/serviceworker.generated.d.ts b/baselines/ts5.9/serviceworker.generated.d.ts index 20fa9fba0..0479cb106 100644 --- a/baselines/ts5.9/serviceworker.generated.d.ts +++ b/baselines/ts5.9/serviceworker.generated.d.ts @@ -12863,8 +12863,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.9/sharedworker.generated.d.ts b/baselines/ts5.9/sharedworker.generated.d.ts index a6b0658b8..1fccac506 100644 --- a/baselines/ts5.9/sharedworker.generated.d.ts +++ b/baselines/ts5.9/sharedworker.generated.d.ts @@ -12589,8 +12589,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/ts5.9/webworker.generated.d.ts b/baselines/ts5.9/webworker.generated.d.ts index 17d687230..262bc2fc1 100644 --- a/baselines/ts5.9/webworker.generated.d.ts +++ b/baselines/ts5.9/webworker.generated.d.ts @@ -14673,8 +14673,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/baselines/webworker.generated.d.ts b/baselines/webworker.generated.d.ts index 9336d63be..14da40561 100644 --- a/baselines/webworker.generated.d.ts +++ b/baselines/webworker.generated.d.ts @@ -14676,8 +14676,13 @@ declare namespace WebAssembly { * [MDN Reference](https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global) */ interface Global { - /** 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]; } diff --git a/inputfiles/mdn.json b/inputfiles/mdn.json index 96e41dec9..d10d60a24 100644 --- a/inputfiles/mdn.json +++ b/inputfiles/mdn.json @@ -31379,6 +31379,11 @@ "pageType": "web-api-interface", "summary": "The SVGScriptElement interface corresponds to the SVG