Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

vor 3 Jahren
1234567891011121314151617181920212223242526272829303132333435
  1. /*
  2. Copyright 2017 Google Inc.
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. https://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. */
  13. import defaultPrecachingExport from './_default.mjs';
  14. import './_version.mjs';
  15. /**
  16. * Most consumers of this module will want to use the
  17. * [precacheAndRoute()]{@link workbox.precaching.precacheAndRoute}
  18. * method to add assets to the Cache and respond to network requests with these
  19. * cached assets.
  20. *
  21. * If you require finer grained control, you can use the
  22. * [PrecacheController]{@link workbox.precaching.PrecacheController}
  23. * to determine when performed.
  24. *
  25. * @namespace workbox.precaching
  26. */
  27. export * from './_public.mjs';
  28. export default defaultPrecachingExport;