码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2019-05-07 01:03:08      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:www   strong   关机   ati   搜索   为什么   style   fun   roi   

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

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

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

发现是因为http://localhost:8081/debugger-ui/模拟器的远程调试已经打开导致的,为什么会出现这样的情况呢?

当在之前已经打开模拟器的情况下,晚上下班了,电脑直接关机,第二天来开机时其实模拟器窗口还是在开启的状态,因此在再次打开时有可能出现上面的报错信息。

android:command+m/ctrl+m + Stop Remote JS Debugging

ios:command+d + Stop Remote JS Debugging

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

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

标签:www   strong   关机   ati   搜索   为什么   style   fun   roi   

原文地址:https://www.cnblogs.com/sk-3/p/10777730.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!