Re: [presentation-api] Behavior of window.reload() on presentation receiver page

The main use case I had was being able to iterate on the UI of the page while in development. Normally I'd load the page in a new tab and do it there, but in this case, the receiver pages builds its UI from `presentationRequest.send()` commands from the main page.

`location.reload()` seemed like a good way to do that, but I'd be happy with an easier solution.

-- 
GitHub Notification of comment by ebidel
Please view or discuss this issue at https://github.com/w3c/presentation-api/issues/449#issuecomment-387234617 using your GitHub account

Received on Monday, 7 May 2018 23:13:18 UTC