Include removed TS definitions in Workbox code #2946
Labels
TypeScript
Issues related to our TypeScript annotations.
workbox-background-sync
workbox-navigation-preload
workbox-strategies
TypeScript 4.4.0 removed a few definitions from
libdom
that correspond to features that are only currently implemented in Chrome: microsoft/TypeScript-DOM-lib-generator#1029ServiceWorkerRegistration
navigationPreload
sync
FetchEvent
preloadResponse
(It's not mentioned in the release notes, but appears to be gone.)Global
SyncEvent
(It's not mentioned in the release notes, but appears to be gone.)We should ship definitions for those based on the previous
libdom
entries inside the Workbox modules that refer to them.The text was updated successfully, but these errors were encountered: