js.removeNS: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(No difference)

Latest revision as of 23:59, 15 March 2023

 This article describes a feature or macro function that is experimental and may be subject to change.

js.removeNS() Function

Introduced in version 1.10.0
Removes a javascript namespace. If the targetd namespace is trusted, this must be run from a trusted context.

Usage

js.removeNS(namespace)

Parameters

  • namespace - The namespace to remove.

Example

Using js.eval on an expression.
[r: removeNS("demo")]

See Also