fugu-api-data 1.19.0 → 1.20.0

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.
Files changed (3) hide show
  1. package/package.json +2 -2
  2. package/patterns.js +13 -13
  3. package/patterns.mjs +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fugu-api-data",
3
- "version": "1.19.0",
3
+ "version": "1.20.0",
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.5.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': {
@@ -446,7 +446,7 @@ const patterns = {
446
446
  chromeStatusID: 5739224579964928,
447
447
  },
448
448
  'Pointer Lock (unadjustedMovement)': {
449
- regEx: /unadjustedMovement\s*\:\s*/g,
449
+ regEx: /unadjustedMovement\s*:\s*/g,
450
450
  where: 'JavaScript',
451
451
  supported: (async () =>
452
452
  'HTMLParagraphElement' in self
@@ -484,7 +484,7 @@ const patterns = {
484
484
  ((await navigator.serviceWorker?.ready) || self.registration))(),
485
485
  featureDetection: `(async () => 'serviceWorker' in navigator && 'pushManager' in (await navigator.serviceWorker?.ready || self.registration))()`,
486
486
  documentation: 'https://developer.mozilla.org/en-US/docs/Web/API/Push_API',
487
- blinkFeatureID: 769,
487
+ blinkFeatureID: 371,
488
488
  chromeStatusID: 5416033485586432,
489
489
  },
490
490
  'Relative Orientation 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': {
@@ -629,7 +629,7 @@ const patterns = {
629
629
  chromeStatusID: 5662315307335680,
630
630
  },
631
631
  'Web Share Target (Files)': {
632
- regEx: /"enctype"\s*\:\s*"multipart\/form\-data"/g,
632
+ regEx: /"enctype"\s*:\s*"multipart\/form-data"/g,
633
633
  where: 'Web App Manifest',
634
634
  supported: (async () => undefined)(),
635
635
  featureDetection: `(async () => undefined)()`,
@@ -693,7 +693,7 @@ const patterns = {
693
693
  chromeStatusID: 6261030015467520,
694
694
  },
695
695
  'WebOTP': {
696
- regEx: /transport\s*\:\s*\[["']sms["']\]/g,
696
+ regEx: /transport\s*:\s*\[["']sms["']\]/g,
697
697
  where: 'JavaScript',
698
698
  supported: (async () => 'OTPCredential' in self)(),
699
699
  featureDetection: `(async () => 'OTPCredential' in self)()`,
@@ -738,7 +738,7 @@ const patterns = {
738
738
  chromeStatusID: 5651917954875392,
739
739
  },
740
740
  'Window Controls Overlay': {
741
- regEx: /"window\-controls\-overlay"/g,
741
+ regEx: /"window-controls-overlay"/g,
742
742
  where: 'Web App Manifest',
743
743
  supported: (async () => 'windowControlsOverlay' in navigator)(),
744
744
  featureDetection: `(async () => 'windowControlsOverlay' in navigator)()`,
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': {
@@ -446,7 +446,7 @@ export default {
446
446
  chromeStatusID: 5739224579964928,
447
447
  },
448
448
  'Pointer Lock (unadjustedMovement)': {
449
- regEx: /unadjustedMovement\s*\:\s*/g,
449
+ regEx: /unadjustedMovement\s*:\s*/g,
450
450
  where: 'JavaScript',
451
451
  supported: (async () =>
452
452
  'HTMLParagraphElement' in self
@@ -484,7 +484,7 @@ export default {
484
484
  ((await navigator.serviceWorker?.ready) || self.registration))(),
485
485
  featureDetection: `(async () => 'serviceWorker' in navigator && 'pushManager' in (await navigator.serviceWorker?.ready || self.registration))()`,
486
486
  documentation: 'https://developer.mozilla.org/en-US/docs/Web/API/Push_API',
487
- blinkFeatureID: 769,
487
+ blinkFeatureID: 371,
488
488
  chromeStatusID: 5416033485586432,
489
489
  },
490
490
  'Relative Orientation 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': {
@@ -629,7 +629,7 @@ export default {
629
629
  chromeStatusID: 5662315307335680,
630
630
  },
631
631
  'Web Share Target (Files)': {
632
- regEx: /"enctype"\s*\:\s*"multipart\/form\-data"/g,
632
+ regEx: /"enctype"\s*:\s*"multipart\/form-data"/g,
633
633
  where: 'Web App Manifest',
634
634
  supported: (async () => undefined)(),
635
635
  featureDetection: `(async () => undefined)()`,
@@ -693,7 +693,7 @@ export default {
693
693
  chromeStatusID: 6261030015467520,
694
694
  },
695
695
  'WebOTP': {
696
- regEx: /transport\s*\:\s*\[["']sms["']\]/g,
696
+ regEx: /transport\s*:\s*\[["']sms["']\]/g,
697
697
  where: 'JavaScript',
698
698
  supported: (async () => 'OTPCredential' in self)(),
699
699
  featureDetection: `(async () => 'OTPCredential' in self)()`,
@@ -738,7 +738,7 @@ export default {
738
738
  chromeStatusID: 5651917954875392,
739
739
  },
740
740
  'Window Controls Overlay': {
741
- regEx: /"window\-controls\-overlay"/g,
741
+ regEx: /"window-controls-overlay"/g,
742
742
  where: 'Web App Manifest',
743
743
  supported: (async () => 'windowControlsOverlay' in navigator)(),
744
744
  featureDetection: `(async () => 'windowControlsOverlay' in navigator)()`,