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.
Comments
Post a Comment