DescriptionService Worker: Remove ServiceWorker.terminate() method
ServiceWorker interface does not inherit Worker interface anymore (It's still a
type of web workers implementing AbstractWorker.):
https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#service-worker-interface.
This CL removes its terminate() method and update the related layout tests.
Related spec issue: https://github.com/slightlyoff/ServiceWorker/issues/410.
BUG=502934
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197557
Patch Set 1 #
Total comments: 2
Patch Set 2 : #
Messages
Total messages: 12 (5 generated)
|