This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16205 - IDBRequest returned by IDBFactory.deleteDatabase will be set to undefined
Summary: IDBRequest returned by IDBFactory.deleteDatabase will be set to undefined
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-02 20:08 UTC by Israel Hilerio [MSFT]
Modified: 2012-03-07 02:00 UTC (History)
4 users (show)

See Also:


Attachments

Description Israel Hilerio [MSFT] 2012-03-02 20:08:36 UTC
Per the following email thread [1], we need to update the spec to capture this:

> 4. The result value on the IDBRequest returned by IDBFactory.deleteDatabase will be set to undefined when the function executes correctly.

[1] http://lists.w3.org/Archives/Public/public-webapps/2011AprJun/0473.html
Comment 1 Jonas Sicking (Not reading bugmail) 2012-03-04 01:13:27 UTC
Changed from 'null' to 'undefined'

http://dvcs.w3.org/hg/IndexedDB/rev/14989b7f001e
Comment 2 Jonas Sicking (Not reading bugmail) 2012-03-07 02:00:14 UTC
Oops, forgot to mark this fixed.