Opened 13 years ago
Closed 13 years ago
#4366 closed enhancement (fixed)
dojox.cometd API enhancement request
Reported by: | dante | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dojox | Version: | 0.9 |
Keywords: | dojox cometd handle | Cc: | |
Blocked By: | Blocking: |
Description
dojox.cometd.subscribe should return a handle, so dojox.cometd.unsubscribe doesn't have to know the exact conditions of the subscription to disconnect (like dojo.connect and dojo.subscribe already do)
Change History (2)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [13143]) Adds a subscribe/unsubscribe handle system (still needs docs). Formatting updates. Refs #4366