Alexnader Sunvas

Results 18 comments of Alexnader Sunvas

Any updates? If I run this code inside webview: `navigator.mediaDevices.getUserMedia({ audio: true, video: true }).catch( e=>console.error(e) );` I always get the error `DOMException: Failed due to shutdown`, even though `permissionrequest`...

> are you seeing the webview's id meaning will this be able to capture the contents of webview? Webview's id? I'm trying to get my webcam work.

> Not sure what you mean - could you elaborate? Example: I want to cut all trackers or other data from the document being loaded.

The problem seems to be most prominent in `` tag. ### How to reproduce **main.html** ``` Demo body, webview { width: 100vw; height: 100vh;} ``` **package.json** ``` { "main": "/main.html",...

Manifest V3 is against remotely hosted code, against all anonymous functions and evals. Are you sure you want to ban all this?

> I don't care about `eval` which many regard as dangerous. Dude, how are you going to get updates to your product without downloading & evaluating remotely hosted code? >...

@semmel > should be performed by app updates. Without centralized application store (like Chrome Webstore) it doesn't make sense. > Executing remote code breaks user trust. Not in every application:...