i18next / i18next-localstorage-backend

This is a i18next cache layer to be used in the browser. It will load and cache resources from localStorage and can be used in combination with the chained backend.
MIT License
88 stars 43 forks source link

Fix: localStorage SecutiryError #46

Closed luixo closed 1 year ago

luixo commented 1 year ago

Fixes https://github.com/i18next/i18next-localstorage-backend/issues/45

Checklist