This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
1
Wiki
Activity
Actions
1
39e85d9a50
Branches
Tags
No results found.
electron
/
docs
/
api
/
structures
/
media-access-permission-request.md
Shelley Vohr
344aba0838
feat: implement File System API support (
#41419
)
2024-04-10 22:06:47 +02:00
261 B
Raw
Blame
History
MediaAccessPermissionRequest Object extends
PermissionRequest
securityOrigin
string (optional) - The security origin of the request.
mediaTypes
string[] (optional) - The types of media access being requested - elements can be
video
or
audio
.