Versions Compared

Key

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

...

Note

Replacing JSMAs in global scope

JSMAs are regular variables which are present in global scope. So they can be replaced or overlayed by subscoping like any other global variable. You might want do this intentional intentionally to extend or change a JSMAs functionality. But be aware of implications within the running context, as the JSMAs are just injected when creating a context.

...