Load Website in desktop view

How can i force to open a website in desktop view? ex below

let wv = new WebView()
await wv.loadURL(“http://google.com”);
await wv.present()

There are no options listed to do this for web views in Scriptable.

Ref. https://docs.scriptable.app/webview/