Skip to content

Commit 98397d2

Browse files
add mdn_url (#22953)
1 parent bb86806 commit 98397d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/HTMLScriptElement.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"async": {
4747
"__compat": {
48+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/async",
4849
"spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-async",
4950
"support": {
5051
"chrome": {
@@ -231,6 +232,7 @@
231232
},
232233
"defer": {
233234
"__compat": {
235+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/HTMLScriptElement/defer",
234236
"spec_url": "https://html.spec.whatwg.org/multipage/scripting.html#dom-script-defer",
235237
"support": {
236238
"chrome": {

0 commit comments

Comments
 (0)