iframeRedirect
Last updated
⚠️ Not implemented in the current OSL CLI.
iframeRedirect loads a different URL into an existing iframe, reusing the same embed instead of creating a new one with .iframeNew().
url: the new URL to load in the iframe.
frame = "https://example.com".iframeNew()
frame.iframeRedirect("https://example.org")
// the same iframe now shows a different pageLast updated