Skip to content

Commit e74cd55

Browse files
authored
Add mdn_url for members of MutationEvent (#19104)
1 parent bb3f334 commit e74cd55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api/MutationEvent.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
},
4242
"attrChange": {
4343
"__compat": {
44+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/attrChange",
4445
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-attrchange",
4546
"support": {
4647
"chrome": {
@@ -80,6 +81,7 @@
8081
},
8182
"attrName": {
8283
"__compat": {
84+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/attrName",
8385
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-attrname",
8486
"support": {
8587
"chrome": {
@@ -119,6 +121,7 @@
119121
},
120122
"initMutationEvent": {
121123
"__compat": {
124+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/initMutationEvent",
122125
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-initmutationevent",
123126
"support": {
124127
"chrome": {
@@ -158,6 +161,7 @@
158161
},
159162
"newValue": {
160163
"__compat": {
164+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/newValue",
161165
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-newvalue",
162166
"support": {
163167
"chrome": {
@@ -197,6 +201,7 @@
197201
},
198202
"prevValue": {
199203
"__compat": {
204+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/prevValue",
200205
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-prevvalue",
201206
"support": {
202207
"chrome": {
@@ -236,6 +241,7 @@
236241
},
237242
"relatedNode": {
238243
"__compat": {
244+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MutationEvent/relatedNode",
239245
"spec_url": "https://w3c.github.io/uievents/#dom-mutationevent-relatednode",
240246
"support": {
241247
"chrome": {

0 commit comments

Comments
 (0)