JavaScript in Add-on libraries: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 November 2023

7 July 2023

  • curprev 04:2004:20, 7 July 2023Azhrei talk contribsm 561 bytes +151 Add 'stub' marker and explanation
  • curprev 04:0204:02, 7 July 2023Azhrei talk contribs 410 bytes +410 Created page with "= JavaScript Context = A JavaScript context is created for an add-on to isolate the JavaScript environment from other add-ons. This context is not persisted across sessions or clients. It is destroyed when the add-on is removed and recreated when the add-on is updated. The {{code|onInit}} event for the add-on should be used to create any JavaScript objects that need to be created on startup of the add-on."