serwist

A Swiss Army knife for service workers.

MIT License

Downloads
1.7M
Stars
667
Committers
81

Bot releases are visible (Hide)

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Minor Changes

  • 97b36c7 Thanks @DuCanhGH! - feat(sw): added Serwist

    • This class will replace installSerwist, which will be deprecated in v9.0.0.

    • To migrate:

      • Old:
      installSerwist({
        precacheEntries: self.__SW_MANIFEST,
        precacheOptions: {
          ignoreURLParametersMatching: defaultIgnoreUrlParameters,
        },
        cleanupOutdatedCaches: true,
        skipWaiting: true,
        clientsClaim: true,
        navigationPreload: false,
        disableDevLogs: true,
        runtimeCaching: defaultCache,
      });
      
      • New:
      const serwist = new Serwist({
        precacheController: new PrecacheController({
          concurrentPrecaching: 10,
        }),
      });
      
      serwist.install({
        precacheEntries: self.__SW_MANIFEST,
        precacheOptions: {
          ignoreURLParametersMatching: defaultIgnoreUrlParameters,
        },
        cleanupOutdatedCaches: true,
        skipWaiting: true,
        clientsClaim: true,
        navigationPreload: false,
        disableDevLogs: true,
        runtimeCaching: defaultCache,
      });
      

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

serwist - @serwist/[email protected]

Published by github-actions[bot] 7 months ago

Patch Changes

Package Rankings
Top 23.13% on Npmjs.org