Opens an external URL.
The URL is opened natively, such as in a new browser tab on desktop or in a browser sheet on mobile.
In some browsers, the user must enable popup permissions before any URL can be opened.
Parameters
Returns
The result of prompting the user to open an external URL. This is a Promise
that resolves with the following object:
The result when a user agrees to navigate to an external URL.
The status of the request.
This must be "completed"
.