File tree 5 files changed +13
-12
lines changed
5 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -28143,7 +28143,7 @@ type OscillatorType = "custom" | "sawtooth" | "sine" | "square" | "triangle";
28143
28143
type OverSampleType = "2x" | "4x" | "none";
28144
28144
type PanningModelType = "HRTF" | "equalpower";
28145
28145
type PaymentComplete = "fail" | "success" | "unknown";
28146
- type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "xr-spatial-tracking ";
28146
+ type PermissionName = "geolocation" | "midi" | " notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "storage-access ";
28147
28147
type PermissionState = "denied" | "granted" | "prompt";
28148
28148
type PlaybackDirection = "alternate" | "alternate-reverse" | "normal" | "reverse";
28149
28149
type PositionAlignSetting = "auto" | "center" | "line-left" | "line-right";
Original file line number Diff line number Diff line change @@ -8646,7 +8646,7 @@ type MediaEncodingType = "record" | "webrtc";
8646
8646
type NotificationDirection = "auto" | "ltr" | "rtl" ;
8647
8647
type NotificationPermission = "default" | "denied" | "granted" ;
8648
8648
type OffscreenRenderingContextId = "2d" | "bitmaprenderer" | "webgl" | "webgl2" | "webgpu" ;
8649
- type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "xr-spatial-tracking " ;
8649
+ type PermissionName = "geolocation" | "midi" | " notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "storage-access " ;
8650
8650
type PermissionState = "denied" | "granted" | "prompt" ;
8651
8651
type PredefinedColorSpace = "display-p3" | "srgb" ;
8652
8652
type PremultiplyAlpha = "default" | "none" | "premultiply" ;
Original file line number Diff line number Diff line change @@ -8647,7 +8647,7 @@ type MediaEncodingType = "record" | "webrtc";
8647
8647
type NotificationDirection = "auto" | "ltr" | "rtl" ;
8648
8648
type NotificationPermission = "default" | "denied" | "granted" ;
8649
8649
type OffscreenRenderingContextId = "2d" | "bitmaprenderer" | "webgl" | "webgl2" | "webgpu" ;
8650
- type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "xr-spatial-tracking " ;
8650
+ type PermissionName = "geolocation" | "midi" | " notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "storage-access " ;
8651
8651
type PermissionState = "denied" | "granted" | "prompt" ;
8652
8652
type PredefinedColorSpace = "display-p3" | "srgb" ;
8653
8653
type PremultiplyAlpha = "default" | "none" | "premultiply" ;
Original file line number Diff line number Diff line change @@ -9415,7 +9415,7 @@ type MediaEncodingType = "record" | "webrtc";
9415
9415
type NotificationDirection = "auto" | "ltr" | "rtl" ;
9416
9416
type NotificationPermission = "default" | "denied" | "granted" ;
9417
9417
type OffscreenRenderingContextId = "2d" | "bitmaprenderer" | "webgl" | "webgl2" | "webgpu" ;
9418
- type PermissionName = "geolocation" | "notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "xr-spatial-tracking " ;
9418
+ type PermissionName = "geolocation" | "midi" | " notifications" | "persistent-storage" | "push" | "screen-wake-lock" | "storage-access " ;
9419
9419
type PermissionState = "denied" | "granted" | "prompt" ;
9420
9420
type PredefinedColorSpace = "display-p3" | "srgb" ;
9421
9421
type PremultiplyAlpha = "default" | "none" | "premultiply" ;
Original file line number Diff line number Diff line change 338
338
// https://w3c.github.io/powerful-features-registry/#registry-table-of-powerful-features
339
339
// Please add a feature only when it's supported by multiple engines.
340
340
"value" : [
341
- // https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API#browser_compatibility
341
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API#browser_compatibility
342
342
" geolocation" ,
343
- // https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API#browser_compatibility
343
+ // Gecko and Blink: https://developer.mozilla.org/en-US/docs/Web/API/Web_MIDI_API#browser_compatibility
344
+ " midi" ,
345
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API#browser_compatibility
344
346
" notifications" ,
345
- // https://developer.mozilla.org/en-US/docs/Web/API/Storage_API#browser_compatibility
347
+ // Gecko and Blink: https://developer.mozilla.org/en-US/docs/Web/API/Storage_API#browser_compatibility
346
348
" persistent-storage" ,
347
- // https://developer.mozilla.org/en-US/docs/Web/API/Push_API#browser_compatibility
349
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Push_API#browser_compatibility
348
350
" push" ,
349
- // https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API#browser_compatibility
351
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Screen_Wake_Lock_API#browser_compatibility
350
352
" screen-wake-lock" ,
351
- // WebXR is also actually Blink-only
352
- // https://developer.mozilla.org/en-US/docs/Web/API/WebXR_Device_API#browser_compatibility
353
- " xr-spatial-tracking"
353
+ // Full support: https://developer.mozilla.org/en-US/docs/Web/API/Storage_Access_API#browser_compatibility
354
+ " storage-access"
354
355
]
355
356
},
356
357
"AutoFillBase" : {
You can’t perform that action at this time.
0 commit comments