You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,8 +55,8 @@ Also you may run them from `./examples` folder (on port 4001 and 4002 by default
55
55
Right click on the page and open it from the context menu.
56
56
#### How to persist debug sessions across page reloads
57
57
Just add `?debug_session=<session_name>` to the url.
58
-
#### How to include it in chrome / electron /nw.jsapps and extensions
59
-
Unlike web apps, Chrome extension doesn't inject anything in other chrome extensions or in chrome / electron / nw.js apps, so you have to do it by yourself to allow debugging. Just add:
58
+
#### How to include it in chrome apps and extensions
59
+
Unlike web apps, Chrome extension doesn't inject anything in other chrome extensions or apps, so you have to do it by yourself to allow debugging. Just add:
0 commit comments