@@ -1186,6 +1186,25 @@ <h3 id="deprecation-report">Deprecation</h3>
1186
1186
number in [=DeprecationReportBody/sourceFile=] where the indicated API
1187
1187
was first used, or null otherwise.
1188
1188
1189
+ < div class ="example ">
1190
+ < pre >
1191
+ {
1192
+ "type": "deprecation",
1193
+ "age": 27,
1194
+ "url": "https://example.com/",
1195
+ "user_agent": "Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0",
1196
+ "body": {
1197
+ "id": "websql",
1198
+ "anticipatedRemoval": "1/1/2020",
1199
+ "message": "WebSQL is deprecated and will be removed in Chrome 97 around January 2020",
1200
+ "sourceFile": "https://foo.com/index.js",
1201
+ "lineNumber": 1234,
1202
+ "columnNumber": 42
1203
+ }
1204
+ }
1205
+ </ pre >
1206
+ </ div >
1207
+
1189
1208
< h3 id ="intervention-report "> Intervention</ h3 >
1190
1209
1191
1210
< dfn > Intervention reports</ dfn > indicate that a user agent has decided not to
@@ -1233,6 +1252,22 @@ <h3 id="intervention-report">Intervention</h3>
1233
1252
column number in [=InterventionReportBody/sourceFile=] of the offending
1234
1253
behavior (which prompted the intervention), or null otherwise.
1235
1254
1255
+ < div class ="example ">
1256
+ < pre >
1257
+ {
1258
+ "type": "intervention",
1259
+ "age": 27,
1260
+ "url": "https://example.com/",
1261
+ "body": {
1262
+ "id": "audio-no-gesture",
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",
1265
+ "lineNumber": 1234,
1266
+ "columnNumber": 42
1267
+ }
1268
+ }
1269
+ </ pre >
1270
+ </ div >
1236
1271
</ section >
1237
1272
1238
1273
< section >
0 commit comments