Skip to content

Commit

Permalink
Remove applicationCache in workers/constructors/SharedWorker/global-m…
Browse files Browse the repository at this point in the history
…embers.html

Follows whatwg/html#2384.
  • Loading branch information
zcorpan authored and foolip committed Feb 24, 2017
1 parent f956e38 commit a7e9c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/constructors/SharedWorker/global-members.html
@@ -1,5 +1,5 @@
<!--
var expected = 'self location close onerror importScripts navigator addEventListener removeEventListener dispatchEvent name applicationCache onconnect setTimeout clearTimeout setInterval clearInterval'.split(' ');
var expected = 'self location close onerror importScripts navigator addEventListener removeEventListener dispatchEvent name onconnect setTimeout clearTimeout setInterval clearInterval'.split(' ');
var log = '';
for (var i = 0; i < expected.length; ++i) {
if (!(expected[i] in self))
Expand Down

0 comments on commit a7e9c2a

Please sign in to comment.