TypeError: window.deltaUrlToBlobUrl is not a function

如果在模拟器调试的时候浏览器的控制台报下面的错

(index):222 Uncaught (in promise) TypeError: window.deltaUrlToBlobUrl is not a function
    at getBlobUrl ((index):222)
    at [WebSocket.ws.onmessage](WebSocket.ws.onmessage) ((index):185)

这是因为你的模拟器打开了远程调试,你只需要把模拟器的远程调试关掉然后刷新模拟器,再重新打开远程调试即可

android模拟器关闭远程调试方法

在键盘按ctrl+m(非mac本)或者command+m(mac电脑)键,然后点击Stop Remote JS Debugging

ios模拟器关闭远程调试方法

在键盘按command+d键,然后点击Stop Remote JS Debugging

你可能感兴趣的:(TypeError: window.deltaUrlToBlobUrl is not a function)