4
votes

The Request object in Firefox Addon SDK doesn't seem to offer an abort function: https://addons.mozilla.org/en-US/developers/docs/sdk/1.1/packages/addon-kit/docs/request.html

Did I miss a way to abort HTTP requests or do I have to modify packages\addon-kit\lib\request.js

1

1 Answers

3
votes

I don't think you're missing anything. Post to the mozilla-labs-jetpack group, open a bug, or even directly a pull request adding the feature if you're feeling lucky.