Home > harper.js > WorkerLinter
A Linter that spins up a dedicated web worker to do processing on a separate thread. Main benefit: this Linter will not block the event loop for large documents.
NOTE: This class will not work properly in Node. In that case, just use LocalLinter.
Signature:
export declare class WorkerLinter implements Linter
Implements: Linter
|
Constructor |
Modifiers |
Description |
|---|---|---|
|
Constructs a new instance of the |
|
Method |
Modifiers |
Description |
|---|---|---|