The resolved version of the URL passed to window.open(). e.g. opening a window with window.open('foo') will yield something like https://the-origin/the/current/path/foo.
window.open()
window.open('foo')
https://the-origin/the/current/path/foo