UNPKG

8o

Version:

Oxide (8O) is a javascript library to get connection information and allows the browser to load certain content only if a minimum speed requirements are met.

10 lines (8 loc) 292 B
/** * Functions to store and reload our data between page visits. * @constructor */ function OxideStorage() { 'use strict'; // TODO ROADMAP 1.2 replace calls to localStorage by this class so we can use it to fall back to other methods in case localStorage is blocked. };