Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
History
TV & Film
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/81/9c/36/819c3666-9e7a-656b-c607-ffbce81e4f05/mza_10095275491377320036.png/600x600bb.jpg
CodePen Radio
CodePen Blog
100 episodes
5 days ago
The CodePen team talk about the ins and outs of running a web software business.
Show more...
Technology
RSS
All content for CodePen Radio is the property of CodePen Blog and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
The CodePen team talk about the ins and outs of running a web software business.
Show more...
Technology
https://blog.codepen.io/wp-content/uploads/2025/08/np_infinite_4732902_000000.svg
404: Preventing Infinite Loops from Crashing the Browser
CodePen Radio
3 months ago
404: Preventing Infinite Loops from Crashing the Browser
Stephen and Chris hop on to talk about how we're saving everyone from crashed browser tabs in CodePen's 2.0 editor. One simple: Executing JavaScript can cause a browser tab to entirely lock up, preventing you from doing anything, like potentially saving your work. It can even crash other same-domain tabs. But not on our watch! CodePen is now using a "heartbeat" technique to report up from the preview iframe to the parent page, and if we don't hear the heartbeat, we can rip out the iframe and stop the crash. But it was very tricky to get working and not too jumpy. Fortunately, we got it all working, because our previous technique of instrumenting your JavaScript wasn't going to scale well to the 2.0 editor. Time Jumps
CodePen Radio
The CodePen team talk about the ins and outs of running a web software business.