File tree Expand file tree Collapse file tree 5 files changed +13
-12
lines changed Expand file tree Collapse file tree 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";
2814328143type OverSampleType = "2x" | "4x" | "none";
2814428144type PanningModelType = "HRTF" | "equalpower";
2814528145type 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 ";
2814728147type PermissionState = "denied" | "granted" | "prompt";
2814828148type PlaybackDirection = "alternate" | "alternate-reverse" | "normal" | "reverse";
2814928149type 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";
86468646type  NotificationDirection  =  "auto"  |  "ltr"  |  "rtl" ; 
86478647type  NotificationPermission  =  "default"  |  "denied"  |  "granted" ; 
86488648type  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 " ; 
86508650type  PermissionState  =  "denied"  |  "granted"  |  "prompt" ; 
86518651type  PredefinedColorSpace  =  "display-p3"  |  "srgb" ; 
86528652type  PremultiplyAlpha  =  "default"  |  "none"  |  "premultiply" ; 
Original file line number Diff line number Diff line change @@ -8647,7 +8647,7 @@ type MediaEncodingType = "record" | "webrtc";
86478647type  NotificationDirection  =  "auto"  |  "ltr"  |  "rtl" ; 
86488648type  NotificationPermission  =  "default"  |  "denied"  |  "granted" ; 
86498649type  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 " ; 
86518651type  PermissionState  =  "denied"  |  "granted"  |  "prompt" ; 
86528652type  PredefinedColorSpace  =  "display-p3"  |  "srgb" ; 
86538653type  PremultiplyAlpha  =  "default"  |  "none"  |  "premultiply" ; 
Original file line number Diff line number Diff line change @@ -9415,7 +9415,7 @@ type MediaEncodingType = "record" | "webrtc";
94159415type  NotificationDirection  =  "auto"  |  "ltr"  |  "rtl" ; 
94169416type  NotificationPermission  =  "default"  |  "denied"  |  "granted" ; 
94179417type  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 " ; 
94199419type  PermissionState  =  "denied"  |  "granted"  |  "prompt" ; 
94209420type  PredefinedColorSpace  =  "display-p3"  |  "srgb" ; 
94219421type  PremultiplyAlpha  =  "default"  |  "none"  |  "premultiply" ; 
Original file line number Diff line number Diff line change 338338                //  https://w3c.github.io/powerful-features-registry/#registry-table-of-powerful-features
339339                //  Please add a feature only when it's supported by multiple engines.
340340                "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
342342                    " 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
344346                    " 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
346348                    " 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
348350                    " 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
350352                    " 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" 
354355                ]
355356            },
356357            "AutoFillBase" : {
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments