Opened 12 years ago
Closed 8 years ago
#8668 closed defect (wontfix)
missing setInterval, clearInterval in rhino environment
Reported by: | petschm | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | future |
Component: | General | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I just noticed that the rhino environment provides setTimeout and clearTimeout but its missing an implementation for setInterval and clearInterval.
I actually never used the rhino environment but i'm aware that for example the _ioWatch function in the xhr module uses setInterval and it will probably fail.
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | tbd → future |
---|---|
Owner: | changed from anonymous to Mark Wubben |
comment:2 Changed 10 years ago by
Owner: | changed from Mark Wubben to dylan |
---|
comment:3 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Presumably we wont fix these because in the future dojo will only run (server side) under NodeJS.
Note: See
TracTickets for help on using
tickets.
see also #7207