mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 15:49:51 +02:00
Update location.hostname JSDoc per serverless domains
This commit is contained in:
parent
d8f0cfa89a
commit
e37655ecdc
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ const QString GET_PLACE = "/api/v1/places/%1";
|
|||
* @property {Uuid} domainId - Synonym for <code>domainId</code>. <em>Read-only.</em> <strong>Deprecated:</strong> This property
|
||||
* is deprecated and will soon be removed.
|
||||
* @property {string} hostname - The name of the domain for your current metaverse address (e.g., <code>"AvatarIsland"</code>,
|
||||
* <code>localhost</code>, or an IP address).
|
||||
* <code>localhost</code>, an IP address, or the file path to a serverless domain).
|
||||
* <em>Read-only.</em>
|
||||
* @property {string} href - Your current metaverse address (e.g., <code>"hifi://avatarisland/15,-10,26/0,0,0,1"</code>)
|
||||
* regardless of whether or not you're connected to the domain.
|
||||
|
|
Loading…
Reference in a new issue