Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 236 Bytes

js-close-a-realm.rst

File metadata and controls

5 lines (4 loc) · 236 Bytes

It is important to remember to call the close() method when done with a realm instance to avoid memory leaks.

.. literalinclude:: /examples/generated/node/open-and-close-a-realm.snippet.close-local-realm.ts
  :language: typescript