Skip to content

Commit 6d205b0

Browse files
Update core dependencies (#2395)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent 8149f3c commit 6d205b0

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29319,6 +29319,7 @@ interface Range extends AbstractRange {
2931929319
deleteContents(): void;
2932029320
/**
2932129321
* The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility.
29322+
* @deprecated
2932229323
*
2932329324
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach)
2932429325
*/

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29295,6 +29295,7 @@ interface Range extends AbstractRange {
2929529295
deleteContents(): void;
2929629296
/**
2929729297
* The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility.
29298+
* @deprecated
2929829299
*
2929929300
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach)
2930029301
*/

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29316,6 +29316,7 @@ interface Range extends AbstractRange {
2931629316
deleteContents(): void;
2931729317
/**
2931829318
* The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility.
29319+
* @deprecated
2931929320
*
2932029321
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach)
2932129322
*/

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29316,6 +29316,7 @@ interface Range extends AbstractRange {
2931629316
deleteContents(): void;
2931729317
/**
2931829318
* The **`Range.detach()`** method does nothing. It used to disable the Range object and enable the browser to release associated resources. The method has been kept for compatibility.
29319+
* @deprecated
2931929320
*
2932029321
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/detach)
2932129322
*/

inputfiles/mdn.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3034,6 +3034,26 @@
30343034
"pageType": "web-api-instance-method",
30353035
"summary": "The writeText() method of the Clipboard interface writes the specified text to the system clipboard, returning a Promise that is resolved once the system clipboard has been updated."
30363036
},
3037+
{
3038+
"mdn_url": "/en-US/docs/Web/API/ClipboardChangeEvent",
3039+
"pageType": "web-api-interface",
3040+
"summary": "The ClipboardChangeEvent interface of the Clipboard API represents events fired whenever the contents of the system clipboard are changed."
3041+
},
3042+
{
3043+
"mdn_url": "/en-US/docs/Web/API/ClipboardChangeEvent/changeId",
3044+
"pageType": "web-api-instance-property",
3045+
"summary": "The changeId read-only property of the ClipboardChangeEvent interface returns an integer representing a unique identifier for this specific clipboard change operation."
3046+
},
3047+
{
3048+
"mdn_url": "/en-US/docs/Web/API/ClipboardChangeEvent/ClipboardChangeEvent",
3049+
"pageType": "web-api-constructor",
3050+
"summary": "The ClipboardChangeEvent() constructor creates a new ClipboardChangeEvent object instance when a clipboardchange event occurs. The clipboardchange event fires whenever the system clipboard contents are changed either by a web app or any other system application."
3051+
},
3052+
{
3053+
"mdn_url": "/en-US/docs/Web/API/ClipboardChangeEvent/types",
3054+
"pageType": "web-api-instance-property",
3055+
"summary": "The types read-only property of the ClipboardChangeEvent interface returns an array of strings representing the mandatory MIME types available on the system clipboard when the ClipboardChangeEvent event was fired. Optional types and custom formats are not included to limit fingerprinting."
3056+
},
30373057
{
30383058
"mdn_url": "/en-US/docs/Web/API/ClipboardEvent",
30393059
"pageType": "web-api-interface",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)