3d-core-raub
Version:
An extensible Node3D core for desktop applications
19 lines (14 loc) • 331 B
JavaScript
;
const location = {
href: 'https://www.google.com/_/chrome/newtab?ie=UTF-8',
ancestorOrigins: {},
origin: 'https://www.google.com',
protocol: 'https:',
host: 'www.google.com',
hostname: 'www.google.com',
port: '',
pathname: '/_/chrome/newtab',
search: '?ie=UTF-8',
hash: ''
};
module.exports = location;