UNPKG

hra-api

Version:

The Human Reference Atlas (HRA) API deployed to https://apps.humanatlas.io/api/

9 lines (6 loc) 182 B
import './app.js'; // Tell the service worker to start using immediately self.skipWaiting(); self.addEventListener('activate', (event) => { event.waitUntil(clients.claim()); });