chromium/third_party/blink/web_tests/external/wpt/workers/interfaces/WorkerGlobalScope/location/post-location-members.js

postMessage([location.href,
             location.protocol,
             location.host,
             location.hostname,
             location.port,
             location.pathname,
             location.search,
             location.hash]);