Skip to content

Commit bfe54a5

Browse files
authored
Update Fugu API data (#139)
1 parent 0009e13 commit bfe54a5

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

dist/fugu-apis.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const patterns = {
168168
featureDetection: `(async () => 'devicePosture' in navigator)()`,
169169
documentation:
170170
'https://github.com/w3c/device-posture/blob/gh-pages/README.md',
171-
blinkFeatureID: undefined,
171+
blinkFeatureID: 4880,
172172
chromeStatusID: 5185813744975872,
173173
},
174174
'Digital Goods': {
@@ -187,7 +187,7 @@ const patterns = {
187187
supported: (async () => 'EyeDropper' in self)(),
188188
featureDetection: `(async () => 'EyeDropper' in self)()`,
189189
documentation: 'https://developer.chrome.com/articles/eyedropper/',
190-
blinkFeatureID: undefined,
190+
blinkFeatureID: 5042,
191191
chromeStatusID: 6304275594477568,
192192
},
193193
'File Handling': {
@@ -207,7 +207,7 @@ const patterns = {
207207
featureDetection: `(async () => 'FileSystemObserver' in self)()`,
208208
documentation:
209209
'https://github.com/whatwg/fs/blob/main/proposals/FileSystemObserver.md',
210-
blinkFeatureID: undefined,
210+
blinkFeatureID: 5020,
211211
chromeStatusID: 4622243656630272,
212212
},
213213
'File System Access': {
@@ -292,7 +292,7 @@ const patterns = {
292292
featureDetection: `(async () => 'ink' in navigator)()`,
293293
documentation:
294294
'https://blogs.windows.com/msedgedev/2021/08/18/enhancing-inking-on-the-web/',
295-
blinkFeatureID: undefined,
295+
blinkFeatureID: 5017,
296296
chromeStatusID: 5961434129235968,
297297
},
298298
'Insertable streams for MediaStreamTrack': {
@@ -315,7 +315,7 @@ const patterns = {
315315
featureDetection: `(async () => 'launchQueue' in self && 'targetURL' in LaunchParams.prototype)()`,
316316
documentation:
317317
'https://developer.chrome.com/docs/web-platform/launch-handler/',
318-
blinkFeatureID: undefined,
318+
blinkFeatureID: 4080,
319319
chromeStatusID: 5722383233056768,
320320
},
321321
'Linear Acceleration Sensor': {
@@ -570,7 +570,7 @@ const patterns = {
570570
supported: (async () => undefined)(),
571571
featureDetection: `(async () => undefined)()`,
572572
documentation: 'https://web.dev/tabbed-application-mode/',
573-
blinkFeatureID: undefined,
573+
blinkFeatureID: 4608,
574574
chromeStatusID: 5128143454076928,
575575
},
576576
'VirtualKeyboard': {
@@ -580,7 +580,7 @@ const patterns = {
580580
featureDetection: `(async () => 'virtualKeyboard' in navigator)()`,
581581
documentation:
582582
'https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/VirtualKeyboardAPI/explainer.md',
583-
blinkFeatureID: undefined,
583+
blinkFeatureID: 4640,
584584
chromeStatusID: 5717448231747584,
585585
},
586586
'Web App Link Handling': {
@@ -590,7 +590,7 @@ const patterns = {
590590
featureDetection: `(async () => undefined)()`,
591591
documentation:
592592
'https://github.com/WICG/pwa-url-handler/blob/main/handle_links/explainer.md',
593-
blinkFeatureID: undefined,
593+
blinkFeatureID: 4109,
594594
chromeStatusID: 5740751225880576,
595595
},
596596
'Web Audio': {

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"homepage": "https://github.com/HTTPArchive/custom-metrics#readme",
2222
"devDependencies": {
23-
"fugu-api-data": "^1.19.0",
23+
"fugu-api-data": "^1.19.1",
2424
"jest": "^29.7.0",
2525
"webpagetest": "github:HTTPArchive/WebPageTest.api-nodejs"
2626
},

0 commit comments

Comments
 (0)