SetWebURL

From Onset Developer Wiki
Revision as of 17:58, 23 January 2020 by BlueMountains (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://google.com")

See also