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

           Summary: [IndexedDB] Allowing "." and " " in keys specified
                    using keyPath
           Product: WebAppsWG
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Indexed Database API
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected], [email protected]


I've been trying to find any decision/answer about IndexedDB keypath and "." to
seperate objects.

It's very possible I could get data from a third party that has:

   obj["my.key"] = thing

and I'd want to have a keypath that accesses  my.key  like that, so NOT like:

  obj = { my: { key: thing } }


Similarly about spaces:  obj["my key"] = "blabla"



It would introduce some extra complexity to support this, sure, and it might
not be worth it at all, but has it been discussed on its own?

-- 
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