Skip to content

Commit 4eb36ac

Browse files
committed
@tomayac's changes from #161
1 parent 9208578 commit 4eb36ac

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

dist/fugu-apis.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ const patterns = {
448448
chromeStatusID: 5739224579964928,
449449
},
450450
'Pointer Lock (unadjustedMovement)': {
451-
regEx: /unadjustedMovement\s*\:\s*/g,
451+
regEx: /unadjustedMovement\s*:\s*/g,
452452
where: 'JavaScript',
453453
supported: (async () =>
454454
'HTMLParagraphElement' in self
@@ -486,7 +486,7 @@ const patterns = {
486486
((await navigator.serviceWorker?.ready) || self.registration))(),
487487
featureDetection: `(async () => 'serviceWorker' in navigator && 'pushManager' in (await navigator.serviceWorker?.ready || self.registration))()`,
488488
documentation: 'https://developer.mozilla.org/en-US/docs/Web/API/Push_API',
489-
blinkFeatureID: 769,
489+
blinkFeatureID: 371,
490490
chromeStatusID: 5416033485586432,
491491
},
492492
'Relative Orientation Sensor': {
@@ -631,7 +631,7 @@ const patterns = {
631631
chromeStatusID: 5662315307335680,
632632
},
633633
'Web Share Target (Files)': {
634-
regEx: /"enctype"\s*\:\s*"multipart\/form\-data"/g,
634+
regEx: /"enctype"\s*:\s*"multipart\/form-data"/g,
635635
where: 'Web App Manifest',
636636
supported: (async () => undefined)(),
637637
featureDetection: `(async () => undefined)()`,
@@ -695,7 +695,7 @@ const patterns = {
695695
chromeStatusID: 6261030015467520,
696696
},
697697
'WebOTP': {
698-
regEx: /transport\s*\:\s*\[["']sms["']\]/g,
698+
regEx: /transport\s*:\s*\[["']sms["']\]/g,
699699
where: 'JavaScript',
700700
supported: (async () => 'OTPCredential' in self)(),
701701
featureDetection: `(async () => 'OTPCredential' in self)()`,
@@ -740,7 +740,7 @@ const patterns = {
740740
chromeStatusID: 5651917954875392,
741741
},
742742
'Window Controls Overlay': {
743-
regEx: /"window\-controls\-overlay"/g,
743+
regEx: /"window-controls-overlay"/g,
744744
where: 'Web App Manifest',
745745
supported: (async () => 'windowControlsOverlay' in navigator)(),
746746
featureDetection: `(async () => 'windowControlsOverlay' in navigator)()`,

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.1",
23+
"fugu-api-data": "^1.20.0",
2424
"jest": "^29.7.0",
2525
"webpagetest": "github:HTTPArchive/WebPageTest.api-nodejs"
2626
},

0 commit comments

Comments
 (0)