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
I want to debug javascript within webworker
currently the generated code like
document.write('<scri'+'pt src="javascripts/toaster/abc.js"></scr'+'ipt>')
for webworker
the cold shoule like
importScripts('javascripts/toaster/abc.js');
so please add a parameter for webworker support
The text was updated successfully, but these errors were encountered:
I want to debug javascript within webworker
currently the generated code like
document.write('<scri'+'pt src="javascripts/toaster/abc.js"></scr'+'ipt>')
for webworker
the cold shoule like
importScripts('javascripts/toaster/abc.js');
so please add a parameter for webworker support
The text was updated successfully, but these errors were encountered: