From f806f2b887e3e5bb548341b02df289c5e94f5053 Mon Sep 17 00:00:00 2001 From: blakebyrnes Date: Tue, 18 Jun 2024 16:40:29 +0000 Subject: [PATCH] chore(browser-emulator-builder): automatic update emulator data ref --- browser-emulator-builder/data | 2 +- .../data/path-patterns/instance-variations.json | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/browser-emulator-builder/data b/browser-emulator-builder/data index fd4488f29..e72192254 160000 --- a/browser-emulator-builder/data +++ b/browser-emulator-builder/data @@ -1 +1 @@ -Subproject commit fd4488f29bfb34fec16b4719f0f0acdafd38e6fa +Subproject commit e72192254018e1230f68ed04dea8f9cebe707d73 diff --git a/double-agent/config/data/path-patterns/instance-variations.json b/double-agent/config/data/path-patterns/instance-variations.json index 0420b981b..90b3fc44b 100644 --- a/double-agent/config/data/path-patterns/instance-variations.json +++ b/double-agent/config/data/path-patterns/instance-variations.json @@ -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" ], @@ -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" ] -} \ No newline at end of file +}