Origin Private File System API in 500 seconds

Опубликовано: 26 Май 2026
на канале: Reold
1,965
82

This is a short introduction to the really interesting Origin Private File System API. You'll learn how to interface with files and folders inside of the OPFS. It also includes a WebKit safe usage of the API.

Mozilla docs: https://developer.mozilla.org/en-US/d...
WebKit's blog: https://webkit.org/blog/12257/the-fil...
web.dev article: https://web.dev/articles/origin-priva...
source code(as shown in video): https://gist.github.com/reold/86a6438...

Timestamps:
0:00 Intro
0:20 Why?
0:41 OPFS
1:09 Examples
1:22 Privacy
1:35 Limits
1:50 Basic Implementation
5:01 WebKit Issue
5:27 Modular & Universal Implementation
8:11 Browser Extension

This video was made using Motion Canvas! (and this is my first video)

#javascript #filesystem #tutorial #chromium