ka-extension / ka-extension-ts

A browser extension for Khan Academy.
MIT License
19 stars 11 forks source link

Use extension storage API instead of localStorage #130

Open lukekrikorian opened 5 years ago

lukekrikorian commented 5 years ago

The Extension Storage API data persists even in private windows or after the browser storage and cache is cleared, and is recommended for use over the localStorage API.