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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

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.

Reply via email to