Skip to content

Instantly share code, notes, and snippets.

@rhelmer
Created October 20, 2016 19:39
Show Gist options
  • Select an option

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

Select an option

Save rhelmer/d28ab41cfe7cae31b73ed7f013ef4bc4 to your computer and use it in GitHub Desktop.
let install = yield new Promise(
resolve => AddonInstall.createInstall(resolve, addon._sourceBundle)
);
// Make the new install own its temporary file
install.ownsTempFile = true;
install.downloadCompleted();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment