Skip to content

Commit 0889dc1

Browse files
authored
Merge pull request #134 from paulmeyer90/noobservecrash
Remove statement that crash reports are observable from JavaScript.
2 parents 5de6ccc + 32f8de5 commit 0889dc1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

index.src.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ <h3 id="deprecation-report">Deprecation</h3>
11901190
"user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0",
11911191
"body": {
11921192
"id": "websql",
1193-
"anticipatedRemoval": "1/1/2020",
1193+
"anticipatedRemoval": "2020-01-01",
11941194
"message": "WebSQL is deprecated and will be removed in Chrome 97 around January 2020",
11951195
"sourceFile": "https://example.com/index.js",
11961196
"lineNumber": 1234,
@@ -1286,8 +1286,6 @@ <h3 id="crash-report">Crash</h3>
12861286

12871287
<a>Crash reports</a> have the <a>report type</a> "crash".
12881288

1289-
<a>Crash reports</a> are <a>visible to <code>ReportingObserver</code>s</a>.
1290-
12911289
<pre class="idl">
12921290
interface CrashReportBody : ReportBody {
12931291
readonly attribute DOMString? reason;

0 commit comments

Comments
 (0)