Hlawuleka

Results 2 comments of Hlawuleka

For me this was happening in the context of doing AJAX(`XMLHttpRequest`) calls in a Chrome extension js file and I was able to fix the issue with passing true as...

> Another one that doesn't work is the `clipboard-read` API. > > ```js > async function readClipboard(page, text) { > return page.evaluate(() => navigator.clipboard.readText()); > } > ... > context.overridePermissions(url.origin,...