1. Deprecated("Internal Use Only")
ServiceWorkerRegistration internalCreateServiceWorkerRegistration()

Source

@Deprecated("Internal Use Only")
static ServiceWorkerRegistration internalCreateServiceWorkerRegistration() {
  return new ServiceWorkerRegistration._internalWrap();
}