DEV Community

Discussion on: JS Symbol, what the heck?

Collapse
 
romaintrotard profile image
Romain Trotard

Hello. Do you have some code to share ?
I have made a codesandbox where you can see the behavior: codesandbox.io/s/iframe-example-fo...

Collapse
 
danielwebtd profile image
WEBTD

Hi, it worked, thanks, I just needed to use load to wait for the iframe to load.
iframe.addEventListener('load', () => {
// do something
});