Skip to content

Instantly share code, notes, and snippets.

@rhelmer
Created November 15, 2016 00:38
Show Gist options
  • Select an option

  • Save rhelmer/eb2ebb4f61daf11d94c7b0fb69a8005b to your computer and use it in GitHub Desktop.

Select an option

Save rhelmer/eb2ebb4f61daf11d94c7b0fb69a8005b to your computer and use it in GitHub Desktop.
let install = AddonManager.getInstall({
"url": "/tmp/test.xpi",
"hash": "..."
});
install.then(...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment