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
is not valid, since the properties object is not valid.
Argument of type '{ url: string; }' is not assignable to parameter of type 'WebviewOptions'.
Type '{ url: string; }' is missing the following properties from type 'WebviewOptions': x, y, width, height
either the type is wrong, or the documentation.
The text was updated successfully, but these errors were encountered:
the real issue here is that this example is not supposed to be there. The webviewWindow docs should not show the use of the Window and Webview objects but only WebviewWindow.
https://v2.tauri.app/reference/javascript/api/namespacewebviewwindow/
the shown example:
is not valid, since the properties object is not valid.
either the type is wrong, or the documentation.
The text was updated successfully, but these errors were encountered: