Observation: I am running an SPA in Polymer and when I open internal links in new background tabs in chrome, the pages don't finish loading (ajax and all) until I focus on the tab.
Questions: What is chrome waiting for user focus to do -or- What is Polymer waiting for before it finishes rendering the page and sending ajax requests?
Bonus: How can I open a dev tools panel targeting a tab I have opened in the background to observe what is/isn't happening?
Bonus Answer: If you open dev tools on a tab, navigate away from the tab, then refresh the dev tools, the associated tab will also refresh and simulate having been opened in the backgroun.