Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration RuntimeFlags

Represents a set of flags that describe the properties of the runtime.

Index

Enumeration Members

Enumeration Members

electron: 4

Running as an Electron process.

node: 2

Running as a Node.js process.

unknown: 0
web: 1

Running inside a web-browser.

worker: 128

Running inside a worker thread.

Generated using TypeDoc