Calling window.foo = 5 does not do make the variable global in Webview script #48715
Labels
verification-needed
Verification of issue is requested
verified
Verification succeeded
webview
Webview issues
Milestone
#48453
When I try to assign a global variable, such as doing
window.foo = 5
in the Webview script, it is not available in the console of Webview developer tools.OK, actually found I can access it in here:
I think this should go together with point 5 in #48705. Being able to interact with their script can help people with development/debugging a lot.
The text was updated successfully, but these errors were encountered: