We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding devtools has been a major TODO to make it possible for folks to author new content and inspect pages from their phone.
Sadly doing this natively is a lot of work since the only browser that has it already doesn't provide easy to use patches.
Instead we can use Eruda which injects javascript into a page which hijacks various APIs to provide a console for us to use.
We can have a bookmarklet in the default list which injects Eruda into a page to make it inspectable.
This won't give us stuff like breakpoints, but it'll at least let us debug stuff and have a basic console.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Adding devtools has been a major TODO to make it possible for folks to author new content and inspect pages from their phone.
Sadly doing this natively is a lot of work since the only browser that has it already doesn't provide easy to use patches.
Instead we can use Eruda which injects javascript into a page which hijacks various APIs to provide a console for us to use.
We can have a bookmarklet in the default list which injects Eruda into a page to make it inspectable.
This won't give us stuff like breakpoints, but it'll at least let us debug stuff and have a basic console.
The text was updated successfully, but these errors were encountered: