get_runInMainThread();
set_runInMainThread(value);
Object.defineProperty('runInMainThread');
Type | Description |
---|---|
boolean | true to not use a web worker and run this image processing operation in the current thread, otherwise; false. Default value is false. |