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 {
54865486 font: string;
54875487 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
54885488 fontKerning: CanvasFontKerning;
5489+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
5490+ letterSpacing: string;
54895491 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
54905492 textAlign: CanvasTextAlign;
54915493 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
54925494 textBaseline: CanvasTextBaseline;
5495+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
5496+ wordSpacing: string;
54935497}
54945498
54955499interface CanvasTransform {
@@ -16378,6 +16382,8 @@ interface NotificationEventMap {
1637816382 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
1637916383 */
1638016384interface Notification extends EventTarget {
16385+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
16386+ readonly badge: string;
1638116387 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
1638216388 readonly body: string;
1638316389 /** [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 {
15281528 font : string ;
15291529 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
15301530 fontKerning : CanvasFontKerning ;
1531+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
1532+ letterSpacing : string ;
15311533 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
15321534 textAlign : CanvasTextAlign ;
15331535 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
15341536 textBaseline : CanvasTextBaseline ;
1537+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
1538+ wordSpacing : string ;
15351539}
15361540
15371541interface CanvasTransform {
@@ -3852,6 +3856,8 @@ interface NotificationEventMap {
38523856 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
38533857 */
38543858interface Notification extends EventTarget {
3859+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
3860+ readonly badge : string ;
38553861 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
38563862 readonly body : string ;
38573863 /** [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 {
15001500 font : string ;
15011501 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
15021502 fontKerning : CanvasFontKerning ;
1503+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
1504+ letterSpacing : string ;
15031505 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
15041506 textAlign : CanvasTextAlign ;
15051507 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
15061508 textBaseline : CanvasTextBaseline ;
1509+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
1510+ wordSpacing : string ;
15071511}
15081512
15091513interface CanvasTransform {
@@ -3741,6 +3745,8 @@ interface NotificationEventMap {
37413745 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
37423746 */
37433747interface Notification extends EventTarget {
3748+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
3749+ readonly badge : string ;
37443750 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
37453751 readonly body : string ;
37463752 /** [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 {
16641664 font : string ;
16651665 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/fontKerning) */
16661666 fontKerning : CanvasFontKerning ;
1667+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/letterSpacing) */
1668+ letterSpacing : string ;
16671669 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textAlign) */
16681670 textAlign : CanvasTextAlign ;
16691671 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/textBaseline) */
16701672 textBaseline : CanvasTextBaseline ;
1673+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/wordSpacing) */
1674+ wordSpacing : string ;
16711675}
16721676
16731677interface CanvasTransform {
@@ -4107,6 +4111,8 @@ interface NotificationEventMap {
41074111 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification)
41084112 */
41094113interface Notification extends EventTarget {
4114+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/badge) */
4115+ readonly badge : string ;
41104116 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/body) */
41114117 readonly body : string ;
41124118 /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Notification/data) */
You can’t perform that action at this time.
0 commit comments