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
This will open the source in a new window, optionally giving it an [internal name and custom features](https://developer.mozilla.org/en-US/docs/Web/API/Window/open).
47
+
By default, the name is `webview` and there are no features set.
48
+
This is useful when your target has X-Frame-Options or a no-CORS policy.
47
49
It currently only supports a `source` prop with a `method` set to `POST`.
48
50
Please feel free to do a PR to support more request types!
0 commit comments