Skip to content

Commit 39af718

Browse files
typescript-botorta
andauthored
🤖 Update core dependencies (#2089)
Co-authored-by: orta <[email protected]>
1 parent 5b2dec6 commit 39af718

17 files changed

+19
-19
lines changed

baselines/audioworklet.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ interface Event {
640640
*/
641641
initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;
642642
/**
643-
* The **`preventDefault()`** method of the Event interface tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
643+
* The **`preventDefault()`** method of the Event interface tells the user agent that the event is being explicitly handled, so its default action, such as page scrolling, link navigation, or pasting text, should not be taken.
644644
*
645645
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)
646646
*/

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11719,7 +11719,7 @@ interface Event {
1171911719
*/
1172011720
initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;
1172111721
/**
11722-
* The **`preventDefault()`** method of the Event interface tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
11722+
* The **`preventDefault()`** method of the Event interface tells the user agent that the event is being explicitly handled, so its default action, such as page scrolling, link navigation, or pasting text, should not be taken.
1172311723
*
1172411724
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)
1172511725
*/

baselines/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3346,7 +3346,7 @@ interface Event {
33463346
*/
33473347
initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;
33483348
/**
3349-
* The **`preventDefault()`** method of the Event interface tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
3349+
* The **`preventDefault()`** method of the Event interface tells the user agent that the event is being explicitly handled, so its default action, such as page scrolling, link navigation, or pasting text, should not be taken.
33503350
*
33513351
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)
33523352
*/

baselines/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3127,7 +3127,7 @@ interface Event {
31273127
*/
31283128
initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;
31293129
/**
3130-
* The **`preventDefault()`** method of the Event interface tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
3130+
* The **`preventDefault()`** method of the Event interface tells the user agent that the event is being explicitly handled, so its default action, such as page scrolling, link navigation, or pasting text, should not be taken.
31313131
*
31323132
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)
31333133
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ interface Event {
640640
*/
641641
initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;
642642
/**
643-
* The **`preventDefault()`** method of the Event interface tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
643+
* The **`preventDefault()`** method of the Event interface tells the user agent that the event is being explicitly handled, so its default action, such as page scrolling, link navigation, or pasting text, should not be taken.
644644
*
645645
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)
646646
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11708,7 +11708,7 @@ interface Event {
1170811708
*/
1170911709
initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;
1171011710
/**
11711-
* The **`preventDefault()`** method of the Event interface tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
11711+
* The **`preventDefault()`** method of the Event interface tells the user agent that the event is being explicitly handled, so its default action, such as page scrolling, link navigation, or pasting text, should not be taken.
1171211712
*
1171311713
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)
1171411714
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3346,7 +3346,7 @@ interface Event {
33463346
*/
33473347
initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;
33483348
/**
3349-
* The **`preventDefault()`** method of the Event interface tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
3349+
* The **`preventDefault()`** method of the Event interface tells the user agent that the event is being explicitly handled, so its default action, such as page scrolling, link navigation, or pasting text, should not be taken.
33503350
*
33513351
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)
33523352
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3127,7 +3127,7 @@ interface Event {
31273127
*/
31283128
initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;
31293129
/**
3130-
* The **`preventDefault()`** method of the Event interface tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
3130+
* The **`preventDefault()`** method of the Event interface tells the user agent that the event is being explicitly handled, so its default action, such as page scrolling, link navigation, or pasting text, should not be taken.
31313131
*
31323132
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)
31333133
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3944,7 +3944,7 @@ interface Event {
39443944
*/
39453945
initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;
39463946
/**
3947-
* The **`preventDefault()`** method of the Event interface tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
3947+
* The **`preventDefault()`** method of the Event interface tells the user agent that the event is being explicitly handled, so its default action, such as page scrolling, link navigation, or pasting text, should not be taken.
39483948
*
39493949
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)
39503950
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ interface Event {
640640
*/
641641
initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void;
642642
/**
643-
* The **`preventDefault()`** method of the Event interface tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
643+
* The **`preventDefault()`** method of the Event interface tells the user agent that the event is being explicitly handled, so its default action, such as page scrolling, link navigation, or pasting text, should not be taken.
644644
*
645645
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Event/preventDefault)
646646
*/

0 commit comments

Comments
 (0)