From bfe54a50ebe3934c54eba01f2a23018fd778ab81 Mon Sep 17 00:00:00 2001 From: Thomas Steiner Date: Tue, 30 Jul 2024 14:19:58 +0200 Subject: [PATCH] Update Fugu API data (#139) --- dist/fugu-apis.js | 16 ++++++++-------- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/dist/fugu-apis.js b/dist/fugu-apis.js index 0706d6b..c79eab6 100644 --- a/dist/fugu-apis.js +++ b/dist/fugu-apis.js @@ -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': { @@ -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': { @@ -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': { @@ -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': { @@ -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': { @@ -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': { @@ -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': { @@ -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': { diff --git a/package-lock.json b/package-lock.json index 4dd5e90..9e192e2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "devDependencies": { - "fugu-api-data": "^1.19.0", + "fugu-api-data": "^1.19.1", "jest": "^29.7.0", "webpagetest": "github:HTTPArchive/WebPageTest.api-nodejs" } @@ -1850,9 +1850,9 @@ } }, "node_modules/fugu-api-data": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/fugu-api-data/-/fugu-api-data-1.19.0.tgz", - "integrity": "sha512-EN8odMMU3l9NkkzmMeVkXexe4mZIiBuDfUvR/w6uG3FiYibBNN9wTzJV0tSB6Z6C7107WUTK4HZNeSZ9Xu9rRA==", + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/fugu-api-data/-/fugu-api-data-1.19.1.tgz", + "integrity": "sha512-kyFxVDUsU/Pwekmv/yDNyTbwZVwc9HhzjswGFfJCVHdI0Y/mtxse06xVvrVPhDqVqr8mxaOsTx4GdyCcUsyD3Q==", "dev": true, "license": "Apache-2.0" }, diff --git a/package.json b/package.json index 52204ac..5b20c2a 100644 --- a/package.json +++ b/package.json @@ -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" },