Skip to content

Commit 0df3b21

Browse files
committed
chore: fix mdn urls
1 parent 7fc254c commit 0df3b21

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

webassembly/api/Global.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
},
9595
"value": {
9696
"__compat": {
97+
"mdn_url": "https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/value",
9798
"spec_url": "https://webassembly.github.io/spec/js-api/#dom-global-value",
9899
"tags": [
99100
"web-features:wasm"
@@ -137,6 +138,7 @@
137138
},
138139
"valueOf": {
139140
"__compat": {
141+
"mdn_url": "https://developer.mozilla.org/docs/WebAssembly/Reference/JavaScript_interface/Global/valueOf",
140142
"spec_url": "https://webassembly.github.io/spec/js-api/#dom-global-valueof",
141143
"tags": [
142144
"web-features:wasm"

0 commit comments

Comments
 (0)