[18:34]<WesMac> has anybody here gotten a browser-loader to work with the determinism test? [18:34]<WesMac> The key seems to be handling "file not found" elegantly [18:43]<WesMac> I've been trying to use onerror handlers to pick up a la CPS the continuation that woul dhave been picked up by an onload handler [18:43]<WesMac> but mysteriously, if I do that, I can't catch any subsequent errors [18:45]<WesMac> even if I re-insert them into the event loop with setTimeout [18:45]<WesMac> *strange*