js.removeNS: Difference between revisions
Jump to navigation
Jump to search
m (Conversion script moved page js.removeNS to Js.removeNS without leaving a redirect: Converting page title to first-letter uppercase) |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
|usage= | |usage= | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
js.removeNS(namespace) | js.removeNS(namespace) | ||
</ | </syntaxhighlight> | ||
'''Parameters''' | '''Parameters''' | ||
Line 20: | Line 20: | ||
|example= | |example= | ||
Using {{code|js.eval}} on an {{code|expression}}. | Using {{code|js.eval}} on an {{code|expression}}. | ||
< | <syntaxhighlight lang="mtmacro" line> | ||
[r: removeNS("demo")] | [r: removeNS("demo")] | ||
</ | </syntaxhighlight> | ||
Latest revision as of 18:43, 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")]