vConsole
vConsole copied to clipboard
A lightweight, extendable front-end developer tool for mobile web page.
vConsole Version:
b91591703490e032451f7734212f6458bde9be6a
vConsole Version: 3.15.1  使用cdn方式引入vconsole并初始化之后,浏览器在尝试使用流式编译 (WebAssembly.compileStreaming) 加载 .wasm 文件时发生了问题,会自动回退到使用 ArrayBuffer 来加载并实例化 WebAssembly 模块。
When recognizing wasm, return the original object. ### reason The below object caused a type error in `WebAssembly.instantiateStreaming`.
vConsole Version: 3.15.1 报错内容:node_modules/vconsole/dist/vconsole.min.js (10:76655): Use of eval in "node_modules/vconsole/dist/vconsole.min.js" is strongly discouraged as it poses security risks and may cause issues with minification. 请求替换 eval 的实现方式
vConsole Version:
在ios里面,ios原生绑定了侧滑手势返回上一页。当我使用viewer.js图片预览时,将图片从左往右滑动就会触发ios原生的返回功能,而将vconsole按钮从左往右滑动却不会触发。想请教一下vconsole是怎么实现不将手势操作穿透到原生ios的?
#690 优先执行model.removeItem(key)会导致状态被清理,从而导致model.setItem(editingKey, editingVal)无法被正常执行。故调换执行顺序。
在network中、不能看到图片的网络请求