feat: implement File System API support (#41419)
This commit is contained in:
parent
41ba963392
commit
344aba0838
23 changed files with 1562 additions and 9 deletions
|
@ -30,7 +30,9 @@ class WebContentsPermissionHelper
|
|||
OPEN_EXTERNAL,
|
||||
SERIAL,
|
||||
HID,
|
||||
USB
|
||||
USB,
|
||||
KEYBOARD_LOCK,
|
||||
FILE_SYSTEM
|
||||
};
|
||||
|
||||
// Asynchronous Requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue