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
{{ message }}
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
It would be nice to have a button for reloading things in tabs, so the *JSS Browser @127.0.0.1:9222 showed the following:
B9727C08-E0C4-12C9-C7FA-B912B24F721E.Google - https://www.google.co.uk/webhp?sourceid=chrome-instant&ion=1&ie=UTF-8
[ open console ] [ reload ]
It would be brilliant to have an explicit 'reload CSS' button too.
I've had a look at writing a patch, but I'm struggling to find my way around the jss codebase. I can add buttons to jss-browser-mode-refresh with jss-insert-button, but that's expecting a command rather than a function. There's jss-console-reload-page and jss-tab-reload. I think jss-tab-reload is what I want, but I can't see how to tell jss-insert-button to pass the tab to jss-tab-reload.
Any tips? Is this a feature you'd be willing to accept, in principle?
It would be nice to have a button for reloading things in tabs, so the
*JSS Browser @127.0.0.1:9222showed the following:It would be brilliant to have an explicit 'reload CSS' button too.
I've had a look at writing a patch, but I'm struggling to find my way around the
jsscodebase. I can add buttons tojss-browser-mode-refreshwithjss-insert-button, but that's expecting a command rather than a function. There'sjss-console-reload-pageandjss-tab-reload. I thinkjss-tab-reloadis what I want, but I can't see how to telljss-insert-buttonto pass the tab tojss-tab-reload.Any tips? Is this a feature you'd be willing to accept, in principle?