index.js 517 B

123456789101112131415
  1. /*
  2. Copyright 2018 Google LLC
  3. Use of this source code is governed by an MIT-style
  4. license that can be found in the LICENSE file or at
  5. https://opensource.org/licenses/MIT.
  6. */
  7. import { BroadcastCacheUpdate } from './BroadcastCacheUpdate.js';
  8. import { BroadcastUpdatePlugin } from './BroadcastUpdatePlugin.js';
  9. import { responsesAreSame } from './responsesAreSame.js';
  10. import './_version.js';
  11. /**
  12. * @module workbox-broadcast-update
  13. */
  14. export { BroadcastCacheUpdate, BroadcastUpdatePlugin, responsesAreSame, };