Skip to content

Commit

Permalink
Remove SerivceWorkerGlobalScope.close() to follow the spec change
Browse files Browse the repository at this point in the history
This tests fail on Chromium because blink already removed the API. This
change is to follow the spec changes discussed here:
whatwg/html#1119
,and here is the blink work: http://crbug.com/611640
  • Loading branch information
makotoshimazu committed Jun 7, 2016
1 parent 633d646 commit 5aec7ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ test(function() {
self,
{
clients: 'object',
close: 'function',
registration: 'object',
skipWaiting: 'function',

Expand Down

0 comments on commit 5aec7ad

Please sign in to comment.