WebIDLpedia

ExecutionWorld enum

Definition

Web Extensions defines ExecutionWorld



enum ExecutionWorld {
    "ISOLATED",
    "MAIN"
};