ProcessType enum
The types of the browser processes.
Values
- browser → const ProcessType
-
const ProcessType('browser')
- renderer → const ProcessType
-
const ProcessType('renderer')
- extension → const ProcessType
-
const ProcessType('extension')
- notification → const ProcessType
-
const ProcessType('notification')
- plugin → const ProcessType
-
const ProcessType('plugin')
- worker → const ProcessType
-
const ProcessType('worker')
- nacl → const ProcessType
-
const ProcessType('nacl')
- serviceWorker → const ProcessType
-
const ProcessType('service_worker')
- utility → const ProcessType
-
const ProcessType('utility')
- gpu → const ProcessType
-
const ProcessType('gpu')
- other → const ProcessType
-
const ProcessType('other')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromJS(
String value) → ProcessType
Constants
-
values
→ const List<
ProcessType> - A constant List of the values in this enum, in order of their declaration.