mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1033952 - Implement "IsRemovable" and "IsHotSwappable" API for device storage (webidl). r=bzbarsky
This commit is contained in:
parent
bba9447754
commit
9fbdd3507c
@ -82,6 +82,9 @@ interface DeviceStorage : EventTarget {
|
||||
// for storing new files.
|
||||
readonly attribute boolean default;
|
||||
|
||||
// Indicates if the storage area denoted by storageName is removable
|
||||
readonly attribute boolean isRemovable;
|
||||
|
||||
[NewObject, Throws]
|
||||
// XXXbz what type does this really return?
|
||||
Promise<any> getRoot();
|
||||
|
Loading…
Reference in New Issue
Block a user