-
Hello!
Could you update this to v2.5.x of eruda if you get the chance? Definitely a useful tool and greatly appreciated!
-
Please Can You Share Your andure Version Of Eruda Source Code
I can See the big diff can please share your .map js file or source code
-
窗口植入自定义的js
https://www.electronjs.org/docs/latest/api/web-contents#contentsexecutejavascriptcode-usergesture
```js
childWindow.webContents.loadURL('http://localhost:8080')
childWindow.webContents.…
-
nuxt3使用vconsole的正确姿势:
```js
app: {
head: {
script: [
{
src: '//unpkg.com/vconsole@latest/dist/vconsole.min.js',
type: 'text/javascript',
},
…
-
So what happens is that when i type something on [prompt](https://acode.app/plugin-docs/prompt?title=Dialog%20Box%20-%20Prompt) or on eruda plugin console with **Ctrl-Backspace** or **Shift-[AnyKeys]*…
-
Xcode
Safari
vconsole
eruda
真机调试
研发助手
chii
-
Hi! As we know, console devtools in browsers very very useful especially for those programmers, and testers. Unfortunately, yes, it is only available in computer's browsers.
Nowadays, a javascript-…
-
# Commissioning 调试
-
https://developer.apple.com/documentation/webkit/wkwebview/4111163-isinspectable
iOS WKWebview now is inspectable by setting `WKWebview.isInspectable` to true.
But when opening a page with eruda, …
-
Please avoid using `insertAdjacentHTML` function here:
https://github.com/liriliri/licia/blob/4a8e6d412c7d0f5d696def09bf606d3d2d070197/src/%24insert.js#L68
It causes your project `Eruda` unable to…