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