SetWebURL

From Onset Developer Wiki
Revision as of 07:45, 13 December 2019 by 28days (talk | contribs)
SetWebURL

Type: Function
Context: Client
Introduced: v1.0

Description

Set the web URL. Not all URLs are whitelisted and might not work.

Syntax

SetWebURL(web, URL)

Parameters

  • web
    The web identifier
  • URL
    The URL

Return Value

  • Returns false' on failure.

Example

SetWebURL(webId, "https://playonset.com")

See also