checkDomainName(domain) → {boolean} Compares the given domain name against the hostname of the browser
getHostName() → {string} Returns the hostname given by the browser. Returns
updateQueryString(key, value, redirect, url) → {string} Updates a value on the Query String and
decodeURI(value) → {string} Takes a Uniform Resource Identifier (URI) component (previously created
getQueryString(parameter) → {string | object} Returns the Query String
new Net(game) Phaser.Net handles browser URL related tasks such as checking host names, domain names and query string manipulation.