Service Workers - The Storage API

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • This is the fifth video in the Understanding Service Workers Series.
    This video focuses on how the Storage API works and different approaches that you can take to see how much storage your website is using.
    Code from video: gist.github.co...
    Full Service Worker video playlist: • Service Workers - Regi...
    CanIUse support for Storage features: caniuse.com/?s...
    Storage API spec: storage.spec.w...
    MDN reference for StorageManager: developer.mozi...
    Web.dev reference for use of storage quotas by browser: web.dev/storag...

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

  • @victorarmandolezamabautist8403

    I've been looking for somethiing like this. Thank you very much, man!!

  • @derkvanderveen8938
    @derkvanderveen8938 3 года назад +1

    Thanks, great tutorial. I hope safari will give better support soon too.

  • @atulsinghrajput9932
    @atulsinghrajput9932 3 года назад

    you are awesome 🤩

  • @codingroom928
    @codingroom928 Год назад

    the size of cache storage in storage tab is slightly bigger than the total size obtained from looping content-length of caches

    • @SteveGriffith-Prof3ssorSt3v3
      @SteveGriffith-Prof3ssorSt3v3  Год назад +1

      The cache storage size is the amount of memory set aside for your data. It can be slightly bigger.