javascript - Is it possible to access Web Workers from a chrome extension? -


i have app contains several iframes , web workers communicate via postmessages. interested in creating chrome extension lists , display of messages in comfortable , easy inspect way.

is there way access workers window created them, without reference created instance? (i.e - can list of workers on given site chrome dev-tools console?) possible retrieve information chrome extension?

update

since chrome devtools sources panel classify web-workers, hoping can done devtools extension. searched through frontend code of devtools understand how worker identified there , found this, still unable find how can reference workers using chrome extension api.

web-worker in chrome devtools sources panel


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -