@@ -168,7 +168,7 @@ const patterns = {
168
168
featureDetection : `(async () => 'devicePosture' in navigator)()` ,
169
169
documentation :
170
170
'https://github.com/w3c/device-posture/blob/gh-pages/README.md' ,
171
- blinkFeatureID : undefined ,
171
+ blinkFeatureID : 4880 ,
172
172
chromeStatusID : 5185813744975872 ,
173
173
} ,
174
174
'Digital Goods' : {
@@ -187,7 +187,7 @@ const patterns = {
187
187
supported : ( async ( ) => 'EyeDropper' in self ) ( ) ,
188
188
featureDetection : `(async () => 'EyeDropper' in self)()` ,
189
189
documentation : 'https://developer.chrome.com/articles/eyedropper/' ,
190
- blinkFeatureID : undefined ,
190
+ blinkFeatureID : 5042 ,
191
191
chromeStatusID : 6304275594477568 ,
192
192
} ,
193
193
'File Handling' : {
@@ -207,7 +207,7 @@ const patterns = {
207
207
featureDetection : `(async () => 'FileSystemObserver' in self)()` ,
208
208
documentation :
209
209
'https://github.com/whatwg/fs/blob/main/proposals/FileSystemObserver.md' ,
210
- blinkFeatureID : undefined ,
210
+ blinkFeatureID : 5020 ,
211
211
chromeStatusID : 4622243656630272 ,
212
212
} ,
213
213
'File System Access' : {
@@ -292,7 +292,7 @@ const patterns = {
292
292
featureDetection : `(async () => 'ink' in navigator)()` ,
293
293
documentation :
294
294
'https://blogs.windows.com/msedgedev/2021/08/18/enhancing-inking-on-the-web/' ,
295
- blinkFeatureID : undefined ,
295
+ blinkFeatureID : 5017 ,
296
296
chromeStatusID : 5961434129235968 ,
297
297
} ,
298
298
'Insertable streams for MediaStreamTrack' : {
@@ -315,7 +315,7 @@ const patterns = {
315
315
featureDetection : `(async () => 'launchQueue' in self && 'targetURL' in LaunchParams.prototype)()` ,
316
316
documentation :
317
317
'https://developer.chrome.com/docs/web-platform/launch-handler/' ,
318
- blinkFeatureID : undefined ,
318
+ blinkFeatureID : 4080 ,
319
319
chromeStatusID : 5722383233056768 ,
320
320
} ,
321
321
'Linear Acceleration Sensor' : {
@@ -570,7 +570,7 @@ const patterns = {
570
570
supported : ( async ( ) => undefined ) ( ) ,
571
571
featureDetection : `(async () => undefined)()` ,
572
572
documentation : 'https://web.dev/tabbed-application-mode/' ,
573
- blinkFeatureID : undefined ,
573
+ blinkFeatureID : 4608 ,
574
574
chromeStatusID : 5128143454076928 ,
575
575
} ,
576
576
'VirtualKeyboard' : {
@@ -580,7 +580,7 @@ const patterns = {
580
580
featureDetection : `(async () => 'virtualKeyboard' in navigator)()` ,
581
581
documentation :
582
582
'https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/VirtualKeyboardAPI/explainer.md' ,
583
- blinkFeatureID : undefined ,
583
+ blinkFeatureID : 4640 ,
584
584
chromeStatusID : 5717448231747584 ,
585
585
} ,
586
586
'Web App Link Handling' : {
@@ -590,7 +590,7 @@ const patterns = {
590
590
featureDetection : `(async () => undefined)()` ,
591
591
documentation :
592
592
'https://github.com/WICG/pwa-url-handler/blob/main/handle_links/explainer.md' ,
593
- blinkFeatureID : undefined ,
593
+ blinkFeatureID : 4109 ,
594
594
chromeStatusID : 5740751225880576 ,
595
595
} ,
596
596
'Web Audio' : {
0 commit comments