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