vConsole icon indicating copy to clipboard operation
vConsole copied to clipboard

A lightweight, extendable front-end developer tool for mobile web page.

Results 126 vConsole issues
Sort by recently updated
recently updated
newest added

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

Wontfix

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 ![origin_img_v2_1baf0252-bd6e-46cc-847c-81d21d2a427g](https://user-images.githubusercontent.com/43680689/182519829-a9df793f-ea62-48e0-9865-9e9f53d43233.jpg)

Details wanted

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

dependencies

vConsole Version: 3.12.1 我在vconsole 这个新版本复制出来的值 ,是这样的, 非法json `{name: "222222"}` Property keys must be doublequoted!! 可以不可以配置在哪设置一下, 能复制出来的就是带双引号的?

Todo

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

dependencies

vConsole Version: ![image](https://user-images.githubusercontent.com/26426511/168557722-30840201-531c-4336-aad7-bda1fe4102b5.png)

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浮窗 关键代码: ![image](https://user-images.githubusercontent.com/73089181/173490967-ca6c6d02-ebd5-4b9b-8698-99e25eaa3fa9.png)

Details wanted
Done

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) ![ios-type-error](https://user-images.githubusercontent.com/54623105/146024553-1aa1ad54-524e-4db1-a64e-a1d533cc4eec.jpeg) [Here](https://codesandbox.io/s/vconsole-ios-error-xkx61 ) the codeSandbox where we can reproduce...

Details wanted