Sha256: f9dec5fd1d5138de75ccd5c8a1ebc7552532be0b620f31f999a3c3f5dcc1e80c
Contents?: true
Size: 234 Bytes
Versions: 26
Compression:
Stored size: 234 Bytes
Contents
/** * Returns an absolute Service Worker URL based on the given * relative URL (known during the registration). */ export function getAbsoluteWorkerUrl(workerUrl: string): string { return new URL(workerUrl, location.href).href }
Version data entries
26 entries across 26 versions & 1 rubygems