Manish3177

Results 4 issues of Manish3177

### ⚙ Compilation target ES5 ### ⚙ Library None ### Missing / Incorrect Definition lib.dom.ts defines interface Navigator with: `/** * Available only in secure contexts. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Navigator/clipboard)...

### What happened? We have an application where we want to inspect each frame-navigation and run some logic asynchronously to figure out if we want to allow that navigation. Failing...

bug
tracked

### Describe the feature/enhancement you need When a content security policy failure occurs, specifically for an iframe navigation, we would like to make that behavior more graceful and user friendly...

feature request

### What happened? When [Frame]NavigationStarting event handler runs, args.Request.Headers doesn't have the Referer header even if the actual request to the target URL has it. Specifically, args.Request.Headers.Contains("Referer") returns false. We...

bug
tracked