Changes

Jump to: navigation, search

WebAPI/ArchiveAPI

261 bytes added, 10:02, 9 October 2012
no edit summary
// In case of a getFilenames() request, the result is an array of DOMString
// If this is a getFile() request, the result is a DOM File
// If this is a getFiles() request, the result is an array of DOM File
}
[Constructor(Blob blob, optional ArchiveReaderOptions options)]
interface ArchiveReader
{
ArchiveRequest getFilenames();
ArchiveRequest getFile(DOMString filename);
ArchiveRequest getFiles();
};
dictionary ArchiveReaderOptions
{
DOMString encoding = "windows-1252"; // Default fallback encoding
};
Confirm
53
edits

Navigation menu