@@ -1197,7 +1197,7 @@ <h3 id="deprecation-report">Deprecation</h3>
1197
1197
"id": "websql",
1198
1198
"anticipatedRemoval": "1/1/2020",
1199
1199
"message": "WebSQL is deprecated and will be removed in Chrome 97 around January 2020",
1200
- "sourceFile": "https://foo .com/index.js",
1200
+ "sourceFile": "https://example .com/index.js",
1201
1201
"lineNumber": 1234,
1202
1202
"columnNumber": 42
1203
1203
}
@@ -1232,8 +1232,8 @@ <h3 id="intervention-report">Intervention</h3>
1232
1232
{{InterventionReportBody}}, contains the following fields:
1233
1233
1234
1234
- < dfn for ="InterventionReportBody "> id</ dfn > : an implementation-defined
1235
- string identifying the specific intervention that occurred. This string can
1236
- be used for grouping and counting related reports.
1235
+ string identifying the specific intervention that occurred. This string
1236
+ can be used for grouping and counting related reports.
1237
1237
1238
1238
- < dfn for ="InterventionReportBody "> message</ dfn > : A human-readable string
1239
1239
with details typically matching what would be displayed on the developer
@@ -1261,7 +1261,7 @@ <h3 id="intervention-report">Intervention</h3>
1261
1261
"body": {
1262
1262
"id": "audio-no-gesture",
1263
1263
"message": "A request to play audio was blocked because it was not triggered by user activation (such as a click).",
1264
- "sourceFile": "https://foo .com/index.js",
1264
+ "sourceFile": "https://example .com/index.js",
1265
1265
"lineNumber": 1234,
1266
1266
"columnNumber": 42
1267
1267
}
0 commit comments