Skip to content

Commit e674469

Browse files
committed
chore: fix mdn urls
1 parent c095795 commit e674469

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/IntersectionObserver.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
},
114114
"delay": {
115115
"__compat": {
116+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/IntersectionObserver/delay",
116117
"spec_url": "https://w3c.github.io/IntersectionObserver/#dom-intersectionobserver-delay",
117118
"tags": [
118119
"web-features:intersection-observer"
@@ -297,6 +298,7 @@
297298
},
298299
"scrollMargin": {
299300
"__compat": {
301+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/IntersectionObserver/scrollMargin",
300302
"tags": [
301303
"web-features:intersection-observer"
302304
],
@@ -405,6 +407,7 @@
405407
},
406408
"trackVisibility": {
407409
"__compat": {
410+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/IntersectionObserver/trackVisibility",
408411
"spec_url": "https://w3c.github.io/IntersectionObserver/#dom-intersectionobserver-trackvisibility",
409412
"tags": [
410413
"web-features:intersection-observer"

0 commit comments

Comments
 (0)