fugu-api-data 1.18.0 → 1.18.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 +1 -1
- package/patterns.js +1 -1
- package/patterns.mjs +1 -1
package/package.json
CHANGED
package/patterns.js
CHANGED
|
@@ -281,7 +281,7 @@ const patterns = {
|
|
|
281
281
|
documentation:
|
|
282
282
|
'https://blogs.windows.com/msedgedev/2021/08/18/enhancing-inking-on-the-web/',
|
|
283
283
|
blinkFeatureID: undefined,
|
|
284
|
-
chromeStatusID:
|
|
284
|
+
chromeStatusID: 5961434129235968,
|
|
285
285
|
},
|
|
286
286
|
'Insertable streams for MediaStreamTrack': {
|
|
287
287
|
regEx: /MediaStreamTrackProcessor\s*\(/g,
|
package/patterns.mjs
CHANGED
|
@@ -281,7 +281,7 @@ export default {
|
|
|
281
281
|
documentation:
|
|
282
282
|
'https://blogs.windows.com/msedgedev/2021/08/18/enhancing-inking-on-the-web/',
|
|
283
283
|
blinkFeatureID: undefined,
|
|
284
|
-
chromeStatusID:
|
|
284
|
+
chromeStatusID: 5961434129235968,
|
|
285
285
|
},
|
|
286
286
|
'Insertable streams for MediaStreamTrack': {
|
|
287
287
|
regEx: /MediaStreamTrackProcessor\s*\(/g,
|