File tree Expand file tree Collapse file tree 5 files changed +27
-3
lines changed Expand file tree Collapse file tree 5 files changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -5486,10 +5486,14 @@ interface CanvasTextDrawingStyles {
5486
5486
font: string;
5487
5487
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
5488
5488
fontKerning: CanvasFontKerning;
5489
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
5490
+ letterSpacing: string;
5489
5491
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
5490
5492
textAlign: CanvasTextAlign;
5491
5493
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
5492
5494
textBaseline: CanvasTextBaseline;
5495
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
5496
+ wordSpacing: string;
5493
5497
}
5494
5498
5495
5499
interface CanvasTransform {
@@ -16378,6 +16382,8 @@ interface NotificationEventMap {
16378
16382
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
16379
16383
*/
16380
16384
interface Notification extends EventTarget {
16385
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
16386
+ readonly badge: string;
16381
16387
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
16382
16388
readonly body: string;
16383
16389
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/data) */
Original file line number Diff line number Diff line change @@ -1528,10 +1528,14 @@ interface CanvasTextDrawingStyles {
1528
1528
font : string ;
1529
1529
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
1530
1530
fontKerning : CanvasFontKerning ;
1531
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
1532
+ letterSpacing : string ;
1531
1533
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
1532
1534
textAlign : CanvasTextAlign ;
1533
1535
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
1534
1536
textBaseline : CanvasTextBaseline ;
1537
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
1538
+ wordSpacing : string ;
1535
1539
}
1536
1540
1537
1541
interface CanvasTransform {
@@ -3852,6 +3856,8 @@ interface NotificationEventMap {
3852
3856
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
3853
3857
*/
3854
3858
interface Notification extends EventTarget {
3859
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
3860
+ readonly badge : string ;
3855
3861
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
3856
3862
readonly body : string ;
3857
3863
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/data) */
Original file line number Diff line number Diff line change @@ -1500,10 +1500,14 @@ interface CanvasTextDrawingStyles {
1500
1500
font : string ;
1501
1501
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
1502
1502
fontKerning : CanvasFontKerning ;
1503
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
1504
+ letterSpacing : string ;
1503
1505
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
1504
1506
textAlign : CanvasTextAlign ;
1505
1507
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
1506
1508
textBaseline : CanvasTextBaseline ;
1509
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
1510
+ wordSpacing : string ;
1507
1511
}
1508
1512
1509
1513
interface CanvasTransform {
@@ -3741,6 +3745,8 @@ interface NotificationEventMap {
3741
3745
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
3742
3746
*/
3743
3747
interface Notification extends EventTarget {
3748
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
3749
+ readonly badge : string ;
3744
3750
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
3745
3751
readonly body : string ;
3746
3752
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/data) */
Original file line number Diff line number Diff line change @@ -1664,10 +1664,14 @@ interface CanvasTextDrawingStyles {
1664
1664
font : string ;
1665
1665
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
1666
1666
fontKerning : CanvasFontKerning ;
1667
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
1668
+ letterSpacing : string ;
1667
1669
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
1668
1670
textAlign : CanvasTextAlign ;
1669
1671
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
1670
1672
textBaseline : CanvasTextBaseline ;
1673
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
1674
+ wordSpacing : string ;
1671
1675
}
1672
1676
1673
1677
interface CanvasTransform {
@@ -4107,6 +4111,8 @@ interface NotificationEventMap {
4107
4111
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
4108
4112
*/
4109
4113
interface Notification extends EventTarget {
4114
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
4115
+ readonly badge : string ;
4110
4116
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
4111
4117
readonly body : string ;
4112
4118
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/data) */
You can’t perform that action at this time.
0 commit comments