hi there ~
in the doc:
Debug's enable state is currently persisted by localStorage. Consider the situation shown below where you have worker:a and worker:b, and wish to debug both. You can enable this using localStorage.debug:
localStorage.debug = 'worker:*'
And then refresh the page.
is there a way to not refresh the page and make it work ?
hi there ~
in the doc:
is there a way to not
refreshthe page and make it work ?