Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for webworker #68

Open
enginespot opened this issue Mar 28, 2013 · 1 comment
Open

add support for webworker #68

enginespot opened this issue Mar 28, 2013 · 1 comment

Comments

@enginespot
Copy link

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

@ghost ghost assigned arboleya May 6, 2013
@arboleya
Copy link
Owner

arboleya commented May 6, 2013

The development of Coffee Toaster has been discontinued in favor of Polvo.

Maybe Polvo works well with webworkers, since the default load mechanism is based on AMD.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants