webextensions/src/scripts/utils/storage.js

3 lines
101 B
JavaScript
Raw Normal View History

2018-04-08 22:33:36 +02:00
import ext from "./ext";
module.exports = (ext.storage.sync ? ext.storage.sync : ext.storage.local);