Skip to content

Commit

Permalink
Update Fugu API data (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac authored Jul 30, 2024
1 parent 0009e13 commit bfe54a5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions dist/fugu-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const patterns = {
featureDetection: `(async () => 'devicePosture' in navigator)()`,
documentation:
'https://github.com/w3c/device-posture/blob/gh-pages/README.md',
blinkFeatureID: undefined,
blinkFeatureID: 4880,
chromeStatusID: 5185813744975872,
},
'Digital Goods': {
Expand All @@ -187,7 +187,7 @@ const patterns = {
supported: (async () => 'EyeDropper' in self)(),
featureDetection: `(async () => 'EyeDropper' in self)()`,
documentation: 'https://developer.chrome.com/articles/eyedropper/',
blinkFeatureID: undefined,
blinkFeatureID: 5042,
chromeStatusID: 6304275594477568,
},
'File Handling': {
Expand All @@ -207,7 +207,7 @@ const patterns = {
featureDetection: `(async () => 'FileSystemObserver' in self)()`,
documentation:
'https://github.com/whatwg/fs/blob/main/proposals/FileSystemObserver.md',
blinkFeatureID: undefined,
blinkFeatureID: 5020,
chromeStatusID: 4622243656630272,
},
'File System Access': {
Expand Down Expand Up @@ -292,7 +292,7 @@ const patterns = {
featureDetection: `(async () => 'ink' in navigator)()`,
documentation:
'https://blogs.windows.com/msedgedev/2021/08/18/enhancing-inking-on-the-web/',
blinkFeatureID: undefined,
blinkFeatureID: 5017,
chromeStatusID: 5961434129235968,
},
'Insertable streams for MediaStreamTrack': {
Expand All @@ -315,7 +315,7 @@ const patterns = {
featureDetection: `(async () => 'launchQueue' in self && 'targetURL' in LaunchParams.prototype)()`,
documentation:
'https://developer.chrome.com/docs/web-platform/launch-handler/',
blinkFeatureID: undefined,
blinkFeatureID: 4080,
chromeStatusID: 5722383233056768,
},
'Linear Acceleration Sensor': {
Expand Down Expand Up @@ -570,7 +570,7 @@ const patterns = {
supported: (async () => undefined)(),
featureDetection: `(async () => undefined)()`,
documentation: 'https://web.dev/tabbed-application-mode/',
blinkFeatureID: undefined,
blinkFeatureID: 4608,
chromeStatusID: 5128143454076928,
},
'VirtualKeyboard': {
Expand All @@ -580,7 +580,7 @@ const patterns = {
featureDetection: `(async () => 'virtualKeyboard' in navigator)()`,
documentation:
'https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/VirtualKeyboardAPI/explainer.md',
blinkFeatureID: undefined,
blinkFeatureID: 4640,
chromeStatusID: 5717448231747584,
},
'Web App Link Handling': {
Expand All @@ -590,7 +590,7 @@ const patterns = {
featureDetection: `(async () => undefined)()`,
documentation:
'https://github.com/WICG/pwa-url-handler/blob/main/handle_links/explainer.md',
blinkFeatureID: undefined,
blinkFeatureID: 4109,
chromeStatusID: 5740751225880576,
},
'Web Audio': {
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/HTTPArchive/custom-metrics#readme",
"devDependencies": {
"fugu-api-data": "^1.19.0",
"fugu-api-data": "^1.19.1",
"jest": "^29.7.0",
"webpagetest": "github:HTTPArchive/WebPageTest.api-nodejs"
},
Expand Down

0 comments on commit bfe54a5

Please sign in to comment.