react native错误排查-TypeError: window.deltaUrlToBlobUrl is not a function

错误现象:window.deltaUrlToBlobUrl is not a function

最近在调试react-native时,打开浏览器调试时发现报错window.deltaUrlToBlobUrl is not a function,经过搜索查找了一下缘由。react

参考:https://www.jianshu.com/p/1ead6716e09dandroid

发现是由于http://localhost:8081/debugger-ui/模拟器的远程调试已经打开致使的,为何会出现这样的状况呢?
ios

当在以前已经打开模拟器的状况下,晚上下班了,电脑直接关机,次日来开机时其实模拟器窗口仍是在开启的状态,所以在再次打开时有可能出现上面的报错信息。react-native

android:command+m/ctrl+m + Stop Remote JS Debugging浏览器

ios:command+d + Stop Remote JS Debuggingui

或者摇一摇手机,点击Stop Remote JS Debugging关闭模拟器远程调试,再次打开模拟器远程调试。spa

相关文章
相关标签/搜索