We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
URL
The URL typing is not in ServiceWorkerGlobalScope in lib/lib.webworker.d.ts, but it is available in Web Workers(from mdn):
lib/lib.webworker.d.ts
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.