Created
April 4, 2015 01:24
-
-
Save vvakame/4acf797fa31e196c6ecc to your computer and use it in GitHub Desktop.
ServiceWorker内部でthisとselfの値を for-in で抜いてみた
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
self#key string | |
self#caches object | |
self#clients object | |
self#registration object | |
self#onactivate object | |
self#oninstall object | |
self#onmessage object | |
self#fetch function | |
self#close function | |
self#skipWaiting function | |
self#onfetch object | |
self#onnotificationclick object | |
self#onnotificationerror object | |
self#onpush object | |
self#self object | |
self#location object | |
self#onerror object | |
self#console object | |
self#navigator object | |
self#importScripts function | |
self#btoa function | |
self#atob function | |
self#setTimeout function | |
self#clearTimeout function | |
self#setInterval function | |
self#clearInterval function | |
self#crypto object | |
self#webkitIndexedDB object | |
self#indexedDB object | |
self#performance object | |
self#TEMPORARY number | |
self#PERSISTENT number | |
self#webkitRequestFileSystem function | |
self#webkitRequestFileSystemSync function | |
self#webkitResolveLocalFileSystemURL function | |
self#webkitResolveLocalFileSystemSyncURL function | |
self#addEventListener function | |
self#removeEventListener function | |
self#dispatchEvent function | |
this#key string | |
this#caches object | |
this#clients object | |
this#registration object | |
this#onactivate object | |
this#oninstall object | |
this#onmessage object | |
this#fetch function | |
this#close function | |
this#skipWaiting function | |
this#onfetch object | |
this#onnotificationclick object | |
this#onnotificationerror object | |
this#onpush object | |
this#self object | |
this#location object | |
this#onerror object | |
this#console object | |
this#navigator object | |
this#importScripts function | |
this#btoa function | |
this#atob function | |
this#setTimeout function | |
this#clearTimeout function | |
this#setInterval function | |
this#clearInterval function | |
this#crypto object | |
this#webkitIndexedDB object | |
this#indexedDB object | |
this#performance object | |
this#TEMPORARY number | |
this#PERSISTENT number | |
this#webkitRequestFileSystem function | |
this#webkitRequestFileSystemSync function | |
this#webkitResolveLocalFileSystemURL function | |
this#webkitResolveLocalFileSystemSyncURL function | |
this#addEventListener function | |
this#removeEventListener function | |
this#dispatchEvent function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment