Question

Or how do I tell Firefox to parse a web worker extension with mimetype application/javascript;version=1.7?

Firebug 1.7a9 in Firefox 4 Beta 9 gives:

missing ; before statement
[Break On This Error] yield k;

which is what it says when it doesn't recognize the generator yield keyword in a regular script tag.

Was it helpful?

Solution

You need to serve the file with that HTTP header. What server are you running?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top