fugu-api-data 1.19.0 → 1.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fugu-api-data",
3
- "version": "1.19.0",
3
+ "version": "1.19.1",
4
4
  "description": "Data about Project Fugu 🐡 APIs.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -24,6 +24,6 @@
24
24
  "homepage": "https://github.com/tomayac/fugu-api-data#readme",
25
25
  "devDependencies": {
26
26
  "node-fetch": "^3.3.2",
27
- "prettier": "^3.3.2"
27
+ "prettier": "^3.3.3"
28
28
  }
29
29
  }
package/patterns.js CHANGED
@@ -166,7 +166,7 @@ const patterns = {
166
166
  featureDetection: `(async () => 'devicePosture' in navigator)()`,
167
167
  documentation:
168
168
  'https://github.com/w3c/device-posture/blob/gh-pages/README.md',
169
- blinkFeatureID: undefined,
169
+ blinkFeatureID: 4880,
170
170
  chromeStatusID: 5185813744975872,
171
171
  },
172
172
  'Digital Goods': {
@@ -185,7 +185,7 @@ const patterns = {
185
185
  supported: (async () => 'EyeDropper' in self)(),
186
186
  featureDetection: `(async () => 'EyeDropper' in self)()`,
187
187
  documentation: 'https://developer.chrome.com/articles/eyedropper/',
188
- blinkFeatureID: undefined,
188
+ blinkFeatureID: 5042,
189
189
  chromeStatusID: 6304275594477568,
190
190
  },
191
191
  'File Handling': {
@@ -205,7 +205,7 @@ const patterns = {
205
205
  featureDetection: `(async () => 'FileSystemObserver' in self)()`,
206
206
  documentation:
207
207
  'https://github.com/whatwg/fs/blob/main/proposals/FileSystemObserver.md',
208
- blinkFeatureID: undefined,
208
+ blinkFeatureID: 5020,
209
209
  chromeStatusID: 4622243656630272,
210
210
  },
211
211
  'File System Access': {
@@ -290,7 +290,7 @@ const patterns = {
290
290
  featureDetection: `(async () => 'ink' in navigator)()`,
291
291
  documentation:
292
292
  'https://blogs.windows.com/msedgedev/2021/08/18/enhancing-inking-on-the-web/',
293
- blinkFeatureID: undefined,
293
+ blinkFeatureID: 5017,
294
294
  chromeStatusID: 5961434129235968,
295
295
  },
296
296
  'Insertable streams for MediaStreamTrack': {
@@ -313,7 +313,7 @@ const patterns = {
313
313
  featureDetection: `(async () => 'launchQueue' in self && 'targetURL' in LaunchParams.prototype)()`,
314
314
  documentation:
315
315
  'https://developer.chrome.com/docs/web-platform/launch-handler/',
316
- blinkFeatureID: undefined,
316
+ blinkFeatureID: 4080,
317
317
  chromeStatusID: 5722383233056768,
318
318
  },
319
319
  'Linear Acceleration Sensor': {
@@ -568,7 +568,7 @@ const patterns = {
568
568
  supported: (async () => undefined)(),
569
569
  featureDetection: `(async () => undefined)()`,
570
570
  documentation: 'https://web.dev/tabbed-application-mode/',
571
- blinkFeatureID: undefined,
571
+ blinkFeatureID: 4608,
572
572
  chromeStatusID: 5128143454076928,
573
573
  },
574
574
  'VirtualKeyboard': {
@@ -578,7 +578,7 @@ const patterns = {
578
578
  featureDetection: `(async () => 'virtualKeyboard' in navigator)()`,
579
579
  documentation:
580
580
  'https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/VirtualKeyboardAPI/explainer.md',
581
- blinkFeatureID: undefined,
581
+ blinkFeatureID: 4640,
582
582
  chromeStatusID: 5717448231747584,
583
583
  },
584
584
  'Web App Link Handling': {
@@ -588,7 +588,7 @@ const patterns = {
588
588
  featureDetection: `(async () => undefined)()`,
589
589
  documentation:
590
590
  'https://github.com/WICG/pwa-url-handler/blob/main/handle_links/explainer.md',
591
- blinkFeatureID: undefined,
591
+ blinkFeatureID: 4109,
592
592
  chromeStatusID: 5740751225880576,
593
593
  },
594
594
  'Web Audio': {
package/patterns.mjs CHANGED
@@ -166,7 +166,7 @@ export default {
166
166
  featureDetection: `(async () => 'devicePosture' in navigator)()`,
167
167
  documentation:
168
168
  'https://github.com/w3c/device-posture/blob/gh-pages/README.md',
169
- blinkFeatureID: undefined,
169
+ blinkFeatureID: 4880,
170
170
  chromeStatusID: 5185813744975872,
171
171
  },
172
172
  'Digital Goods': {
@@ -185,7 +185,7 @@ export default {
185
185
  supported: (async () => 'EyeDropper' in self)(),
186
186
  featureDetection: `(async () => 'EyeDropper' in self)()`,
187
187
  documentation: 'https://developer.chrome.com/articles/eyedropper/',
188
- blinkFeatureID: undefined,
188
+ blinkFeatureID: 5042,
189
189
  chromeStatusID: 6304275594477568,
190
190
  },
191
191
  'File Handling': {
@@ -205,7 +205,7 @@ export default {
205
205
  featureDetection: `(async () => 'FileSystemObserver' in self)()`,
206
206
  documentation:
207
207
  'https://github.com/whatwg/fs/blob/main/proposals/FileSystemObserver.md',
208
- blinkFeatureID: undefined,
208
+ blinkFeatureID: 5020,
209
209
  chromeStatusID: 4622243656630272,
210
210
  },
211
211
  'File System Access': {
@@ -290,7 +290,7 @@ export default {
290
290
  featureDetection: `(async () => 'ink' in navigator)()`,
291
291
  documentation:
292
292
  'https://blogs.windows.com/msedgedev/2021/08/18/enhancing-inking-on-the-web/',
293
- blinkFeatureID: undefined,
293
+ blinkFeatureID: 5017,
294
294
  chromeStatusID: 5961434129235968,
295
295
  },
296
296
  'Insertable streams for MediaStreamTrack': {
@@ -313,7 +313,7 @@ export default {
313
313
  featureDetection: `(async () => 'launchQueue' in self && 'targetURL' in LaunchParams.prototype)()`,
314
314
  documentation:
315
315
  'https://developer.chrome.com/docs/web-platform/launch-handler/',
316
- blinkFeatureID: undefined,
316
+ blinkFeatureID: 4080,
317
317
  chromeStatusID: 5722383233056768,
318
318
  },
319
319
  'Linear Acceleration Sensor': {
@@ -568,7 +568,7 @@ export default {
568
568
  supported: (async () => undefined)(),
569
569
  featureDetection: `(async () => undefined)()`,
570
570
  documentation: 'https://web.dev/tabbed-application-mode/',
571
- blinkFeatureID: undefined,
571
+ blinkFeatureID: 4608,
572
572
  chromeStatusID: 5128143454076928,
573
573
  },
574
574
  'VirtualKeyboard': {
@@ -578,7 +578,7 @@ export default {
578
578
  featureDetection: `(async () => 'virtualKeyboard' in navigator)()`,
579
579
  documentation:
580
580
  'https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/VirtualKeyboardAPI/explainer.md',
581
- blinkFeatureID: undefined,
581
+ blinkFeatureID: 4640,
582
582
  chromeStatusID: 5717448231747584,
583
583
  },
584
584
  'Web App Link Handling': {
@@ -588,7 +588,7 @@ export default {
588
588
  featureDetection: `(async () => undefined)()`,
589
589
  documentation:
590
590
  'https://github.com/WICG/pwa-url-handler/blob/main/handle_links/explainer.md',
591
- blinkFeatureID: undefined,
591
+ blinkFeatureID: 4109,
592
592
  chromeStatusID: 5740751225880576,
593
593
  },
594
594
  'Web Audio': {