blob: a57e2fc6609f71b9a367b2e2a4b1059fb0ca05dd [file] [log] [blame]
var obj = new Object();
obj.location = location.toString();
obj.href = location.href;
obj.protocol = location.protocol;
obj.host = location.host;
obj.hostname = location.hostname;
obj.port = location.port;
obj.pathname = location.pathname;
obj.search = location.search;
obj.hash = location.hash;
postMessage(obj);