Closed
Bug 887569
Opened 11 years ago
Closed 11 years ago
Implement setImmediate
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: irakli, Unassigned)
References
Details
Attachments
(1 file)
Implement setImmediate as in nodejs
http://nodejs.org/api/timers.html#timers_setimmediate_callback_arg
or new web API
https://developer.mozilla.org/en-US/docs/Web/API/window.setImmediate
Reporter | ||
Comment 1•11 years ago
|
||
Pointer to Github pull-request
Reporter | ||
Updated•11 years ago
|
Attachment #768067 -
Flags: review?(dtownsend+bugmail)
Priority: -- → P2
Updated•11 years ago
|
Attachment #768067 -
Flags: review?(dtownsend+bugmail) → review+
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/bfe9937b0832d0a5adaeed664a591ab217550bcf
Merge pull request #1058 from Gozala/bug/setImmediate@887569
fix Bug 887569 - Implement nodejs's setImmediate r=@Mossop
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Depends on: 897683
You need to log in
before you can comment on or make changes to this bug.
Description
•