refactor: remove ServiceWorker APIs from WebContents (#16717)

This commit is contained in:
Shelley Vohr 2019-02-04 22:22:46 -08:00 committed by GitHub
parent 3aa8ec0818
commit f303caa87c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 0 additions and 103 deletions

View file

@ -386,7 +386,6 @@ WebContents.prototype._init = function () {
this.setMaxListeners(0)
this.capturePage = deprecate.promisify(this.capturePage)
this.hasServiceWorker = deprecate.promisify(this.hasServiceWorker)
// Dispatch IPC messages to the ipc module.
this.on('-ipc-message', function (event, internal, channel, args) {