Skip to content

Commit

Permalink
Fix up stack support information
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Jul 19, 2022
1 parent 02de6b2 commit c2f563f
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 7 deletions.
5 changes: 4 additions & 1 deletion javascript/builtins/Error.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,10 @@
"edge": "mirror",
"firefox": {
"version_added": "103",
"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>)."
"notes": [
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
"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> ."
]
},
"firefox_android": "mirror",
"ie": {
Expand Down
5 changes: 4 additions & 1 deletion javascript/builtins/EvalError.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@
"edge": "mirror",
"firefox": {
"version_added": "103",
"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>)."
"notes": [
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
"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> ."
]
},
"firefox_android": "mirror",
"ie": {
Expand Down
5 changes: 4 additions & 1 deletion javascript/builtins/RangeError.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@
"edge": "mirror",
"firefox": {
"version_added": "103",
"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>)."
"notes": [
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
"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> ."
]
},
"firefox_android": "mirror",
"ie": {
Expand Down
5 changes: 4 additions & 1 deletion javascript/builtins/ReferenceError.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@
"edge": "mirror",
"firefox": {
"version_added": "103",
"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>)."
"notes": [
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
"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> ."
]
},
"firefox_android": "mirror",
"ie": {
Expand Down
5 changes: 4 additions & 1 deletion javascript/builtins/SyntaxError.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@
"edge": "mirror",
"firefox": {
"version_added": "103",
"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>)."
"notes": [
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
"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> ."
]
},
"firefox_android": "mirror",
"ie": {
Expand Down
5 changes: 4 additions & 1 deletion javascript/builtins/TypeError.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@
"edge": "mirror",
"firefox": {
"version_added": "103",
"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>)."
"notes": [
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
"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> ."
]
},
"firefox_android": "mirror",
"ie": {
Expand Down
5 changes: 4 additions & 1 deletion javascript/builtins/URIError.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@
"edge": "mirror",
"firefox": {
"version_added": "103",
"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>)."
"notes": [
"Version 103 serialized properties: <code>name</code>, <code>message</code>, <code>cause</code>, <code>fileName</code>, <code>lineNumber</code> and <code>columnNumber</code>.",
"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> ."
]
},
"firefox_android": "mirror",
"ie": {
Expand Down

0 comments on commit c2f563f

Please sign in to comment.