Skip to content

Commit b2ac5a5

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 83f188c commit b2ac5a5

11 files changed

+19
-13
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26677,7 +26677,9 @@ declare var Response: {
2667726677
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
2667826678
*/
2667926679
interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26680+
/** The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element. */
2668026681
rel: string;
26682+
/** The **`relList`** read-only property of the SVGAElement returns a live DOMTokenList reflecting the space-separated string `<list-of-Link-Types>` values of the `rel` attribute of the SVG a element. */
2668126683
get relList(): DOMTokenList;
2668226684
set relList(value: string);
2668326685
/**
@@ -33090,7 +33092,7 @@ declare var URL: {
3309033092
*/
3309133093
canParse(url: string | URL, base?: string | URL): boolean;
3309233094
/**
33093-
* The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
33095+
* The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
3309433096
*
3309533097
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
3309633098
*/

baselines/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7207,7 +7207,7 @@ declare var URL: {
72077207
*/
72087208
canParse(url: string | URL, base?: string | URL): boolean;
72097209
/**
7210-
* The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
7210+
* The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
72117211
*
72127212
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
72137213
*/

baselines/ts5.5/dom.generated.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26656,7 +26656,9 @@ declare var Response: {
2665626656
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
2665726657
*/
2665826658
interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26659+
/** The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element. */
2665926660
rel: string;
26661+
/** The **`relList`** read-only property of the SVGAElement returns a live DOMTokenList reflecting the space-separated string `<list-of-Link-Types>` values of the `rel` attribute of the SVG a element. */
2666026662
readonly relList: DOMTokenList;
2666126663
/**
2666226664
* The **`SVGAElement.target`** read-only property of SVGAElement returns an SVGAnimatedString object that specifies the portion of a target window, frame, pane into which a document is to be opened when a link is activated.
@@ -33067,7 +33069,7 @@ declare var URL: {
3306733069
*/
3306833070
canParse(url: string | URL, base?: string | URL): boolean;
3306933071
/**
33070-
* The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
33072+
* The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
3307133073
*
3307233074
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
3307333075
*/

baselines/ts5.5/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7207,7 +7207,7 @@ declare var URL: {
72077207
*/
72087208
canParse(url: string | URL, base?: string | URL): boolean;
72097209
/**
7210-
* The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
7210+
* The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
72117211
*
72127212
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
72137213
*/

baselines/ts5.5/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8813,7 +8813,7 @@ declare var URL: {
88138813
*/
88148814
canParse(url: string | URL, base?: string | URL): boolean;
88158815
/**
8816-
* The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
8816+
* The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
88178817
*
88188818
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
88198819
*/

baselines/ts5.6/dom.generated.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26677,7 +26677,9 @@ declare var Response: {
2667726677
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement)
2667826678
*/
2667926679
interface SVGAElement extends SVGGraphicsElement, SVGURIReference {
26680+
/** The **`rel`** property of the SVGAElement returns a string reflecting the value of the `rel` attribute of the SVG a element. */
2668026681
rel: string;
26682+
/** The **`relList`** read-only property of the SVGAElement returns a live DOMTokenList reflecting the space-separated string `<list-of-Link-Types>` values of the `rel` attribute of the SVG a element. */
2668126683
get relList(): DOMTokenList;
2668226684
set relList(value: string);
2668326685
/**
@@ -33090,7 +33092,7 @@ declare var URL: {
3309033092
*/
3309133093
canParse(url: string | URL, base?: string | URL): boolean;
3309233094
/**
33093-
* The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
33095+
* The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
3309433096
*
3309533097
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
3309633098
*/

baselines/ts5.6/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7207,7 +7207,7 @@ declare var URL: {
72077207
*/
72087208
canParse(url: string | URL, base?: string | URL): boolean;
72097209
/**
7210-
* The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
7210+
* The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
72117211
*
72127212
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
72137213
*/

baselines/ts5.6/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8813,7 +8813,7 @@ declare var URL: {
88138813
*/
88148814
canParse(url: string | URL, base?: string | URL): boolean;
88158815
/**
8816-
* The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
8816+
* The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
88178817
*
88188818
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
88198819
*/

baselines/webworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8813,7 +8813,7 @@ declare var URL: {
88138813
*/
88148814
canParse(url: string | URL, base?: string | URL): boolean;
88158815
/**
8816-
* The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
8816+
* The **`createObjectURL()`** static method of the URL interface creates a string containing a blob URL pointing to the object given in the parameter.
88178817
*
88188818
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)
88198819
*/

inputfiles/mdn

Submodule mdn updated 1230 files

0 commit comments

Comments
 (0)