Future<List<ServiceWorkerRegistration>> getRegistrations() => promiseToFuture<List<ServiceWorkerRegistration>>( JS("", "#.getRegistrations()", this));