[Bug 16441] Spec should note that onsuccess shouldn’t be used for writes.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16441

Jonas Sicking <jonas@sicking.cc> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonas@sicking.cc

--- Comment #1 from Jonas Sicking <jonas@sicking.cc> 2012-07-16 00:40:02 UTC ---
Note that there are cases where listening for onsuccess is needed. For example
if you are worried that a written entry might collide with an already existing
one. In this case you might want to hold off further operations until the
doubtful request has succeeded.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 16 July 2012 00:40:04 UTC