Skip to content

Commit

Permalink
Merge pull request #874 from MayhemYDG/patch-2
Browse files Browse the repository at this point in the history
Update specs links for workers.
  • Loading branch information
Fyrd committed Feb 1, 2015
2 parents 9baf939 + 492e38e commit 55fe653
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion features-json/serviceworkers.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title":"Service Workers",
"description":"Method that enables applications to take advantage of persistent background processing, including hooks to enable bootstrapping of web applications while offline.",
"spec":"http://www.w3.org/TR/service-workers/",
"spec":"https://slightlyoff.github.io/ServiceWorker/spec/service_worker/",
"status":"wd",
"links":[
{
Expand Down
2 changes: 1 addition & 1 deletion features-json/sharedworkers.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title":"Shared Web Workers",
"description":"Method of allowing multiple scripts to communicate with a single web worker.",
"spec":"https://html.spec.whatwg.org/multipage/workers.html#shared-workers-introduction",
"status":"cr",
"status":"ls",
"links":[
{
"url":"http://www.sitepoint.com/javascript-shared-web-workers-html5/",
Expand Down
4 changes: 2 additions & 2 deletions features-json/webworkers.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title":"Web Workers",
"description":"Method of running scripts in the background, isolated from the web page",
"spec":"http://www.w3.org/TR/workers/",
"status":"cr",
"spec":"https://html.spec.whatwg.org/multipage/workers.html",
"status":"ls",
"links":[
{
"url":"https://developer.mozilla.org/En/Using_web_workers",
Expand Down

0 comments on commit 55fe653

Please sign in to comment.