-
Notifications
You must be signed in to change notification settings - Fork 505
Open
Description
Steps to reproduce
static TCHAR htmlProgram[] =
L"<!doctype html>"
L"<html>"
L" <body>"
L" <script>alert(navigator.mediaDevices);</script>"
L" </body>"
L"</html>";
// ...
webviewWindow->NavigateToString(htmlProgram);
Expected behavior
An alert box saying [object MediaDevices]
, which is what Microsoft Edge Canary gives.
Actual behavior
An alert box saying undefined
.
Notes
I can't find any API to enable this functionality. Where is it?
Metadata
Metadata
Assignees
Labels
No labels