-
```
http://www.html5rocks.com/en/tutorials/workers/basics/
http://www.codediesel.com/javascript/introducing-html5-web-workers/
http://en.wikipedia.org/wiki/Web_Workers
http://www.sitepoint.com/javascr…
-
```
Chrome, Safari, and Opera have a SharedWorker.
```
Original issue reported on code.google.com by `ivan.kozik@gmail.com` on 4 May 2011 at 4:21
Attachments:
- [extern-SharedWorker.patch](https://s…
-
Looking at the spec for determining if settings is secure:
https://w3c.github.io/webappsec/specs/powerfulfeatures/#settings-secure
It seems the intent is to walk up the parent/document chain to se…
-
I've been looking at workers today.
- [x] base URL should be response's url https://www.w3.org/Bugs/Public/show_bug.cgi?id=28835 My idea for fixing this is to make the environment settings object retu…
-
FileReaderSync is an sync IO API, should service workers be allowed to use it?
-
Had to reinstall and it's no longer working. Here is the debug log. Any idea why it's no longer working? Tried using version 1.6 and 1.7 on Alfred 2.
![caniuse](https://cloud.githubusercontent.com…
-
```
http://www.html5rocks.com/en/tutorials/workers/basics/
http://www.codediesel.com/javascript/introducing-html5-web-workers/
http://en.wikipedia.org/wiki/Web_Workers
http://www.sitepoint.com/javascr…
-
> Here's how to listen for events (actually, the fixed "message" event):
>
> w1.addEventListener( "message", function(evt){
> // evt.data
> } );
> And you can send the "message" event to the Worke…
-
I'm seeing this on both v3.modernizr.com and modernizr.com.
Selecting the development build on either site produces source with the call
```
define("test/network/beacon", function(){});
```
Here's …
-
I can't figure out why but eslint can't find the rules from the plugin.
Attached is eslint in debug mode and the whole configuration
```
eslint:cli Running on files +0ms
eslint:ignored-paths Loo…