You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix for NativeJavaScriptExecutor crashing after OS upgrade. (microsoft#1813)
NativeJavaScriptExecutor in "serialized bytes" mode keeps a cache (a file with bin extension) with the precompiled JS bundle.
The format is OS version dependent though, so a failure to run the serialized script should be followed by a second chance attempt to run the original bundle.
0 commit comments