8000 Fix up stack support information · mdn/browser-compat-data@c2f563f · GitHub
[go: up one dir, main page]

Skip to content

Commit c2f563f

Browse files
authored
Fix up stack support information
1 parent 02de6b2 commit c2f563f

File tree

7 files changed

+28
-7
lines changed

7 files changed

+28
-7
lines changed

javascript/builtins/Error.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,10 @@
481481
"edge": "mirror",
482482
"firefox": {
483483
"version_added": "103",
484-
"notes": "Serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>. Nightly only: <code>stack</code> (see <a href='https://bugzil.la/1774866'>bug 1774866</a>)."
484+
"notes": [
485+
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
486+
"Version 104 additionally supports serialization of <code>stack</code> in <a href="https://developer.mozilla.org/docs/Web/API/Window/postMessage"><code>window.postMessage()</code></a> and <a href="https://developer.mozilla.org/docs/Web/API/structuredClone"><code>structuredClone()</code></a> ."
487+
]
485488
},
486489
"firefox_android": "mirror",
487490
"ie": {

javascript/builtins/EvalError.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@
109109
"edge": "mirror",
110110
"firefox": {
111111
"version_added": "103",
112-
"notes": "Serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>. Nightly only: <code>stack</code> (see <a href='https://bugzil.la/1774866'>bug 1774866</a>)."
112+
"notes": [
113+
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
114+
"Version 104 additionally supports serialization of <code>stack</code> in <a href="https://developer.mozilla.org/docs/Web/API/Window/postMessage"><code>window.postMessage()</code></a> and <a href="https://developer.mozilla.org/docs/Web/API/structuredClone"><code>structuredClone()</code></a> ."
115+
]
113116
},
114117
"firefox_android": "mirror",
115118
"ie": {

javascript/builtins/RangeError.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@
109109
"edge": "mirror",
110110
"firefox": {
111111
"version_added": "103",
112-
"notes": "Serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>. Nightly only: <code>stack</code> (see <a href='https://bugzil.la/1774866'>bug 1774866</a>)."
112+
"notes": [
113+
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
114+
"Version 104 additionally supports serialization of <code>stack</code> in <a href="https://developer.mozilla.org/docs/Web/API/Window/postMessage"><code>window.postMessage()</code></a> and <a href="https://developer.mozilla.org/docs/Web/API/structuredClone"><code>structuredClone()</code></a> ."
115+
]
113116
},
114117
"firefox_android": "mirror",
115118
"ie": {

javascript/builtins/ReferenceError.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@
109109
"edge": "mirror",
110110
"firefox": {
111111
"version_added": "103",
112-
"notes": "Serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>. Nightly only: <code>stack</code> (see <a href='https://bugzil.la/1774866'>bug 1774866</a>)."
112+
"notes": [
113+
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
114+
"Version 104 additionally supports serialization of <code>stack</code> in <a href="https://developer.mozilla.org/docs/Web/API/Window/postMessage"><code>window.postMessage()</code></a> and <a href="https://developer.mozilla.org/docs/Web/API/structuredClone"><code>structuredClone()</code></a> ."
115+
]
113116
},
114117
"firefox_android": "mirror",
115118
"ie": {

javascript/builtins/SyntaxError.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@
109109
"edge": "mirror",
110110
"firefox": {
111111
"version_added": "103",
112-
"notes": "Serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>. Nightly only: <code>stack</code> (see <a href='https://bugzil.la/1774866'>bug 1774866</a>)."
112+
"notes": [
113+
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
114+
"Version 104 additionally supports serialization of <code>stack</code> in <a href="https://developer.mozilla.org/docs/Web/API/Window/postMessage"><code>window.postMessage()</code></a> and <a href="https://developer.mozilla.org/docs/Web/API/structuredClone"><code>structuredClone()</code></a> ."
115+
]
113116
},
114117
"firefox_android": "mirror",
115118
"ie": {

javascript/builtins/TypeError.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@
109109
"edge": "mirror",
110110
"firefox": {
111111
"version_added": "103",
112-
"notes": "Serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>. Nightly only: <code>stack</code> (see <a href='https://bugzil.la/1774866'>bug 1774866</a>)."
112+
"notes": [
113+
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
114+
"Version 104 additionally supports serialization of <code>stack</code> in <a href="https://developer.mozilla.org/docs/Web/API/Window/postMessage"><code>window.postMessage()</code></a> and <a href="https://developer.mozilla.org/docs/Web/API/structuredClone"><code>structuredClone()</code></a> ."
115+
]
113116
},
114117
"firefox_android": "mirror",
115118
"ie": {

javascript/builtins/URIError.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@
109109
"edge": "mirror",
110110
"firefox": {
111111
"version_added": "103",
112-
"notes": "Serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>. Nightly only: <code>stack</code> (see <a href='https://bugzil.la/1774866'>bug 1774866</a>)."
112+
"notes": [
113+
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
114+
"Version 104 additionally supports serialization of <code>stack</code> in <a href="https://developer.mozilla.org/docs/Web/API/Window/postMessage"><code>window.postMessage()</code></a> and <a href="https://developer.mozilla.org/docs/Web/API/structuredClone"><code>structuredClone()</code></a> ."
115+
]
113116
},
114117
"firefox_android": "mirror",
115118
"ie": {

0 commit comments

Comments
 (0)
0