The URL typing is not in ServiceWorkerGlobalScope in lib/lib.webworker.d.ts, but it is available in Web Workers(from mdn):
Note: This feature is available in Web Workers.
TypeScript Version: 2.2.1
Expected behavior:
Can access URL in ServiceWorkerGlobalScope.
Actual behavior:
Access URL in ServiceWorkerGlobalScope with error.
The
URLtyping is not in ServiceWorkerGlobalScope inlib/lib.webworker.d.ts, but it is available in Web Workers(from mdn):TypeScript Version: 2.2.1
Expected behavior:
Can access
URLin ServiceWorkerGlobalScope.Actual behavior:
Access
URLin ServiceWorkerGlobalScope with error.