Eric Meyer asked on Slack: > The TP133 notes say one can enable Temporal using the flag --useTemporal=1. How exactly does one flip that flag so as to test Temporal? The answer as many of us here know: > When launching Safari from CLI, passing __XPC_JSC_useTemporal=1 environment variable. It's somewhat surprising that we don't expose this through the experimental features menu (and it means that you can't toggle such features on iOS), and we should fix things so that we can pass the flags through (per Yusuke, "WebCore’s experimental feature mechanism is not piped to JSC").
<rdar://problem/83891333>