vConsole
vConsole copied to clipboard
A lightweight, extendable front-end developer tool for mobile web page.
vConsole Version: 3.14.6 比如存在 cookie 在 `domain` 为 `.a.b.com` 下 ```js user_ss: abc ``` 手动编辑该 `cookie` ,修改值为 `def` 面板下 `cookie` 值没有改变 命令行 `document.cookie` 取值得到 `user_ss=def; user_ss=abc` 命令行 `document.cookie='user_ss=def; path=/` 能重写该cookie...
vConsole Version:3.14.6 qiankun: 2.7.3 webpack: 5.x vue: 2.6.14 复现手机iphone 13pro max ios:15.6 此bug只在移动端出现 https://github.com/Tencent/vConsole/blob/f3aaff59e76d422161ba24e3e4f66c7052f2649f/src/network/fetch.proxy.ts#L127 因为qiankun子应用调用window的方法会用代理的对象:window.proxy 在子应用里调用fetch这里的thisArg就会变成window.proxy 打印 thisArg===window.proxy 结果为true 这里修改源码吧thisArg改为window就可以了
vConsole Version: 3.14.6 
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
vConsole Version: 3.12.1 我在vconsole 这个新版本复制出来的值 ,是这样的, 非法json `{name: "222222"}` Property keys must be doublequoted!! 可以不可以配置在哪设置一下, 能复制出来的就是带双引号的?
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.47.0 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...
vConsole Version: 
vConsole Version: 3.14.6 错误内容: 点击vConsole浮窗AS控制台报错:`Unable to preventDefault inside passive event listener invocation.`,且没有弹出网页控制台 复现步骤: 1.直接注入`script`标签或下载`http://cdn.jsdelivr.net/npm/[email protected]/dist/vconsole.min.js`到安卓本地并使用`evaluateJavascript`方法读取js均可; 2.使用`loadUrl`方法执行`new VConsole()`; 3.点击出现的VConsole浮窗 关键代码: 
Hey Team, I got an issue with the ios devices while using vconsole CDN in an iframe. vConsole Version:- CDN (https://unpkg.com/vconsole/dist/vconsole.min.js)  [Here](https://codesandbox.io/s/vconsole-ios-error-xkx61 ) the codeSandbox where we can reproduce...