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

           Summary: [IndexedDB] Specify when calling transaction() should
                    throw due to being called "too early"
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Indexed Database API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected], [email protected]


Specifically Firefox appears to throw before the onsuccess event is fired on
the IDBRequest returned from .open. IE however allows it to be called as soon
as the oncomplete event is fired on the VERSION_CHANGE transaction.

The IE behavior seems like the better one to me.

Currently transaction() doesn't appear to throw due to being called "too early"
in the spec at all.

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

Reply via email to