Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(browser-emulator-builder): automatic update emulator data ref
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes authored and github-actions[bot] committed Jun 18, 2024
1 parent f7bceed commit f806f2b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser-emulator-builder/data
Submodule data updated 2201 files
13 changes: 12 additions & 1 deletion double-agent/config/data/path-patterns/instance-variations.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,18 @@
"window.PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable",
"window.console.memory.jsHeapSizeLimit",
"window.performance.memory.jsHeapSizeLimit",
"window.performance.timing.toJSON",
"window.performance.now",
"window.performance.toJSON",
"window.document.documentElement.getInnerHTML",
"window.crypto.randomUUID",
"window.navigator.storage.estimate",
"window.navigator.connection.rtt",
"window.navigator.appVersion",
"window.navigator.userAgent",
"window.webkitRTCPeerConnection.new().createOffer",
"window.RTCPeerConnection.new().createOffer",
"window.Performance.prototype.getEntries",
"window.AudioContext.new().destination.context.sampleRate",
"window.AudioContext.new().sampleRate"
],
Expand Down Expand Up @@ -69,6 +78,8 @@
"window.navigator.connection.onchange",
"window.navigator.connection.effectiveType",
"window.navigator.connection.saveData",
"window.Intl.DateTimeFormat.new().resolvedOptions",
"window.ScrollTimeline",
"window.BarcodeDetector.getSupportedFormats"
]
}
}

0 comments on commit f806f2b

Please sign in to comment.