Define service worker events (#1452)
This introduces the concept, service worker events, to refer to the events that
are one of lifecycle events, functional events, and the legacy message events
dispatched to ServiceWorkerGlobalScope.
Related PR: https://github.com/whatwg/dom/pull/653.