maxCaptureVisibleTabCallsPerSecond property
int
get
maxCaptureVisibleTabCallsPerSecond
The maximum number of times that captureVisibleTab can be called per second. captureVisibleTab is expensive and should not be called too often.
Implementation
int get maxCaptureVisibleTabCallsPerSecond =>
$js.chrome.tabs.MAX_CAPTURE_VISIBLE_TAB_CALLS_PER_SECOND;