You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The WHATWG specification for Fetch says initiator "is primarily a specification device to assist defining CSP and Mixed Content. It is not exposed to JavaScript."
So far I have not found a way to set this when using executeJavaScript() on an Electron <webview>.
The text was updated successfully, but these errors were encountered:
In '7.1 Obtaining a Manifest' in the W3C Web App Manifest specification it says:
The WHATWG specification for Fetch says initiator "is primarily a specification device to assist defining CSP and Mixed Content. It is not exposed to JavaScript."
So far I have not found a way to set this when using
executeJavaScript()
on an Electron<webview>
.The text was updated successfully, but these errors were encountered: