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 14830 - Specify where index values are gotten from
Summary: Specify where index values are gotten from
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: Indexed Database API (show other bugs)
Version: unspecified
Hardware: PC All
: 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: 2011-11-15 01:51 UTC by Jonas Sicking (Not reading bugmail)
Modified: 2011-12-27 22:05 UTC (History)
4 users (show)

See Also:


Attachments

Description Jonas Sicking (Not reading bugmail) 2011-11-15 01:51:36 UTC
Specifically, are they retrieved from the object passed to .add/.put/.update, or from the structured clone of that value.
Comment 1 Eliot Graff 2011-12-27 22:05:41 UTC
In Editors' Draft of 12/27.

Added  the following:

Key path values can only be accessed from properties explicitly copied by the structured clone algorithm, as well as the following properties:

    Blob.size
    Blob.type
    File.name
    File.lastModifiedDate
    Array.length
    String.length