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
Usage of the chrome debug protocol could be incredible useful for controlling the html5 target when 'playing' a project.
Basic features could be:
Reloading the page instead of opening a new window/tab
Bring page to front
Close the page when playing ends
Opening/Closing devtools
Manipulating device orientation
…
More advanced features like:
Getting metrics
Profiling
Capturing screenshots
Controlling headless runs
…
These are just some of the features i discoverd, there might be a lot more.
Since the protocol is pretty simple (just json messages sent over websockets) it could be easily implemented for other targets as well. Main thing missing for this is a (web)socket server running in the application itself.
Armorcore probably already has some features of it integrated since using v8 (?)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Usage of the chrome debug protocol could be incredible useful for controlling the html5 target when 'playing' a project.
Basic features could be:
More advanced features like:
These are just some of the features i discoverd, there might be a lot more.
Since the protocol is pretty simple (just json messages sent over websockets) it could be easily implemented for other targets as well. Main thing missing for this is a (web)socket server running in the application itself.
Armorcore probably already has some features of it integrated since using v8 (?)
Beta Was this translation helpful? Give feedback.
All reactions