Closed
Bug 524744
Opened 16 years ago
Closed 16 years ago
File API: Change Interface Object Names to reflect FileAPI specification
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 527370
People
(Reporter: arun, Assigned: matinm1)
References
()
Details
Currently, Bug 507805 resulted in the patch for asynchronous File reads. But some interface names have changed as a result of the latest editor's draft of the specification:
FileRequest --> FileReader
FileRequest.response --> FileReader.fileData
http://dev.w3.org/2006/webapi/FileAPI/ is the draft.
Updated•16 years ago
|
Keywords: dev-doc-needed
Comment 1•16 years ago
|
||
Documentation is waiting pending implementation of these changes in Firefox so that I can try it out to be sure what I'm writing is reasonably accurate.
This has been fixed over in bug 527370. Should be on both trunk and 1.9.2 nightlies.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Keywords: dev-doc-needed
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•