Skip to content

Instantly share code, notes, and snippets.

@bgrins
Created February 18, 2015 23:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bgrins/5f5a305c8e6372547009 to your computer and use it in GitHub Desktop.
Save bgrins/5f5a305c8e6372547009 to your computer and use it in GitHub Desktop.
devtools storage api command
let require = Components.utils.import("resource://gre/modules/devtools/Loader.jsm", {}).devtools.require;
const asyncStorage = require("devtools/toolkit/shared/async-storage");
asyncStorage.clear();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment