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 Webview/iframe must do requests in a different schema now. This needs to be changed, and the interactions with the UI have to be changed accordingly.
Webview points now to /stealth/<tab.id>/<url> as a schema, without any flags.
The refresh button needs to do a separate WebSocket API call that calls something like a Task download() mechanism behind the scenes, and refreshes the iframe when it was successful (and the URL is still matching).
The text was updated successfully, but these errors were encountered:
The Webview/iframe must do requests in a different schema now. This needs to be changed, and the interactions with the UI have to be changed accordingly.
/stealth/<tab.id>/<url>
as a schema, without any flags.refresh
button needs to do a separate WebSocket API call that calls something like a Taskdownload()
mechanism behind the scenes, and refreshes the iframe when it was successful (and the URL is still matching).The text was updated successfully, but these errors were encountered: