Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt

Allows access to JS API natives that have been replaced or removed by the Define API...

 

Syntax

Code Block
themeRDark
languagejavascript
linenumberstrue
nativeNative.property // access property on global object

Return value

Native is a reference to the global object where JS API functions, constants and globals are stored.

Example

Code Block
themeRDark
languagejavascript
titleReference native JS API features...
linenumberstrue
include; // function
 
Define("include", null); // remove JS API include function
 
incldude; // undefined
 
nativeNative.include // function
Div
classbox
Availability
Status
colourGreen
titleStable

This feature requires:

Div
classbox
Contents

Jump to:

Table of Contents
maxLevel5

Div
classbox

See also

Related articles:

  • Define API – add missing, remove or replace existing natives
Div
classbox

Globals

Topics:

Child pages (Children Display)
alltrue
depthall
pageGlobals
excerpttrue