I like looking at Safari preview changelogs, hoping for good changes. This one that sets a maximum iframe depth made me laugh out loud.
// Don't allow more than a certain frame depth to avoid stack exhaustion.
static constexpr int maxFrameDepth = 32;
If you're building something that has iframes 32 levels deep, you have bigger problems than exhausting Safari's stack.
