美文网首页
TypeError: window.deltaUrlToBlob

TypeError: window.deltaUrlToBlob

作者: 铁木真丫丫丫 | 来源:发表于2018-09-26 14:03 被阅读572次

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

    (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.deltaUrlToBlob

          本文链接:https://www.haomeiwen.com/subject/tabdoftx.html