Open
Description
Let completion be Function.[[Call]](window, parameters) with function as the this value.
During this step a navigation can happen which will prevent the function completing and so prevent the command ever returning. For async scripts the situation is even worse because the navigation can occur any time before the completion callback is called.
We should explicitly state somewhere that if the browsing context becomes inactive during script execution then we respond with a Javascript Error
(or maybe No Such Window
?)