Joined July 2012
·
Posted to
Displaying JSON as a Table in Dev Tools Console
over 1 year
ago
Works also great with arrays ..
Posted to
Sublime Text JSHint Package
over 1 year
ago
On my PC machine, it is working with Ctrl+Alt+J ..
Works also great with arrays ..
On my PC machine, it is working with Ctrl+Alt+J ..
We had a similar problem accesing different domains on an iframe while creating a newer tool on a cms. We had to use the HTML5 postMessage API between the old server pages (included into the iframe) and the new one ..
https://developer.mozilla.org/en-US/docs/Web/API/Window.postMessage
I'm guessing you didn't need to 'know' if the other tab was open or not, right?
You just listen to the event and fire up functions from there .. nice trick!