We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe0345 commit 2e63e81Copy full SHA for 2e63e81
tools/amend-event-data.js
@@ -355,6 +355,27 @@ const patches = {
355
change: { interface: "PeriodicSyncEvent" }
356
}
357
],
358
+ // Custom dispatch algorithms are not identified by crawler, and not
359
+ // correctly written for now:
360
+ // https://github.com/WICG/PEPC/issues/83
361
+ 'permission-elements': [
362
+ {
363
+ pattern: { type: /^validationstatuschange|prompt(action|dismiss)$/ },
364
+ matched: 3,
365
+ change: {
366
+ interface: "Event",
367
+ bubbles: true,
368
+ cancelable: true
369
+ }
370
+ },
371
372
+ pattern: { type: "location" },
373
+ matched: 1,
374
375
+ interface: "Event"
376
377
378
+ ],
379
'pointerlock-2': [
380
{
381
pattern: { type: /^pointerlock(change|error)$/ },
0 commit comments