There was an error while loading. Please reload this page.
1 parent 6f2c5e3 commit ac2f5abCopy full SHA for ac2f5ab
app/src/main/res/raw/webviewcompat_test_script.js
@@ -1,10 +1,10 @@
1
let supportedMessages = ["ContextMenuOpened", "PageStarted"];
2
3
-const delay = $DELAY$;
4
-const postInitialPing = $POST_INITIAL_PING$;
5
-const replyToNativeMessages = $REPLY_TO_NATIVE_MESSAGES$;
+let delay = $DELAY$;
+let postInitialPing = $POST_INITIAL_PING$;
+let replyToNativeMessages = $REPLY_TO_NATIVE_MESSAGES$;
6
7
- const pingMessage = 'Ping:' + window.location.href + ' ' + delay + 'ms'
+let pingMessage = 'Ping:' + window.location.href + ' ' + delay + 'ms'
8
9
10
if (postInitialPing) {
0 commit comments