[Bug 29154] HTMLInputElement proposed getFilesAndDirectories() method

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

--- Comment #3 from Arun <arun@arunranga.com> ---
Note: just to be clear, there are other additions to HTMLInputElement that
haven't been properly accounted for in this bug.

partial interface HTMLInputElement {
                attribute boolean directory;
    readonly    attribute boolean isFilesAndDirectoriesSupported;
    Promise&lt;sequence&lt;(File or Directory)>> getFilesAndDirectories();
    void                                   chooseDirectory();
};

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 30 September 2015 16:00:51 UTC