- From: <bugzilla@jessica.w3.org>
- Date: Thu, 01 Aug 2013 17:28:49 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22856 Bug ID: 22856 Summary: Defaults for the IDBKeyRange static functions arguments should be defined in IDL Classification: Unclassified Product: WebAppsWG Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Indexed Database API Assignee: dave.null@w3.org Reporter: Ms2ger@gmail.com QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, public-webapps@w3.org As follows: static IDBKeyRange only (any value); static IDBKeyRange lowerBound (any lower, optional boolean open = false); static IDBKeyRange upperBound (any upper, optional boolean open = false); static IDBKeyRange bound (any lower, any upper, optional boolean lowerOpen = false, optional boolean upperOpen = false); -- You are receiving this mail because: You are on the CC list for the bug.
Received on Thursday, 1 August 2013 17:28:51 UTC