StorableRequest.js 433 B

123456789101112
  1. /*
  2. Copyright 2021 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 './_version.js';
  8. // This is a temporary workaround to expose something from ./lib/ via our
  9. // top-level public API.
  10. // TODO: In Workbox v7, move the actual code from ./lib/ to this file.
  11. export { StorableRequest } from './lib/StorableRequest';