Это видео недоступно.
Сожалеем об этом.

Introduction to Service Workers [2 of 17] | PWA for Beginners

Поделиться
HTML-код
  • Опубликовано: 6 мар 2023
  • This video is an introduction to Service Workers. You will learn:
    ✅What Service Workers are.
    ✅Various ways to make a PWA network-reliable by using the cache.
    ✅A quick look at other advanced features Service Workers can unlock in PWAs.
    💻Important resources and links:
    🔗Service Workers in Microsoft Edge documentation: aka.ms/learn-pwa/service-workers
    🔗Workbox Service Worker library: aka.ms/learn-pwa/workbox
    👋🏼 Get in touch:
    Patrick Brosset, Senior Product Manager
    ✅Twitter: @patrickbrosset
    ✅Mastodon: @patrickbrosset@mas.to
    Beth Pan, Senior Software Engineer
    ✅Twitter: @beth_panx

Комментарии • 5

  • @Erril-1
    @Erril-1 Год назад

    Thank you guys! Love PWA

  • @zfold4702
    @zfold4702 6 месяцев назад

    Sounds like the node webkit project

  • @karthik23839
    @karthik23839 Год назад +1

    does the service worker run always in background even if we re not launching the app?

  • @tball84
    @tball84 Год назад +1

    Okay but isn't it a security risk with the caching?

    • @arnavshekaran2244
      @arnavshekaran2244 Год назад +1

      Users store their photos on their devices. If their app data is cached in the device storage and so is their photos, both would be a security risk or neither of them would be a security risk. Just a thought, what do u reckon?