| 215 | } |
| 216 | |
| 217 | bool EmscriptenFilePicker::IsCancelSupported() const |
| 218 | { |
| 219 | return _supportsCancel; |
| 220 | } |
| 221 | |
| 222 | void EmscriptenFilePicker::FetchFilesAsync(Containers::StringView fileFilter, bool multiple, Containers::Function<void(Containers::ArrayView<EmscriptenFileStream>)>&& callback) |
| 223 | { |