blob: f4c887f7df4a4f32bb1da9896548205ed2cb66a0 [file] [log] [blame]
// prevent recursion
if ('beenThere' in self) {
throw '1 stringified to the empty string';
}
beenThere = true;
try {
importScripts(1);
postMessage(got);
} catch(ex) {
postMessage(String(ex));
}