window.onerror = function() { log arguments.m || arguments[0]; }
I get the log as "[Event of an object]". Can someone tell me why the event object would be sent to the handler? and how can we reproduce or correct it?
and it only comes to web control of the Android device.
Thanks in advance.
javascript android html android-webview
user1208789
source share