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
Thanks for this extension, do you have any plans to support workers, e.g. selecting a worker in chrome and console.diff does not exist currently and is only available on 'top':
The text was updated successfully, but these errors were encountered:
@Salakar appreciate. There is no extension API for injecting content scripts into page workers. Only to tab's page and its iframes. Also, due to an asynchronous nature of communication between content scripts and devtools panel of this extension, its not helphul to use it in step by step debuging mode (cause injected content-script is also becomes paused).
Howether, you can delegate the comparison of your worker context objects to a main thread (or top context) for example:
Thanks for this extension, do you have any plans to support workers, e.g. selecting a worker in chrome and console.diff does not exist currently and is only available on 'top':
The text was updated successfully, but these errors were encountered: