I have an embedded iframe in a page. It loads much slower than the rest of the page so I'd like to access it when its finished loading.
The end goal is to change the css inside the iframe via jquery. Atm, the css file completes loading before the iframe so the changes are not being applied.
Would this be able to be done? Will i need to use node's 'complete'? I'm a noob to node and just getting into promises and the .then() functionality.