vConsole
vConsole copied to clipboard
引入vconsole后会导致浏览器加载wasm文件出现异常
vConsole Version: 3.15.1
使用cdn方式引入vconsole并初始化之后,浏览器在尝试使用流式编译 (WebAssembly.compileStreaming) 加载 .wasm 文件时发生了问题,会自动回退到使用 ArrayBuffer 来加载并实例化 WebAssembly 模块。