You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.
We've had a few discussions back and forth on this topic (largely connected to the discussion around extension events), and I did some fumbling around myself.
Ultimately, we have decided to implement once and pausable APIs largely as they existed in Dojo 1.x (though they would be implemented as separate exports of the on module in this case).
They will accept the same arguments as on
once will return an object implementing Handle
pausable will return an object implementing a PausableHandle which should extend Handle with pause() and resume()
The text was updated successfully, but these errors were encountered:
We've had a few discussions back and forth on this topic (largely connected to the discussion around extension events), and I did some fumbling around myself.
Ultimately, we have decided to implement
once
andpausable
APIs largely as they existed in Dojo 1.x (though they would be implemented as separate exports of theon
module in this case).on
once
will return an object implementingHandle
pausable
will return an object implementing aPausableHandle
which should extendHandle
withpause()
andresume()
The text was updated successfully, but these errors were encountered: