Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 206 Bytes

no-browser-throttle.md

File metadata and controls

10 lines (7 loc) · 206 Bytes

Prevent accidental check-in of network throttling (no-browser-throttle)

Rule Details

Examples of incorrect code for this rule:

await browser.throttleOn();
await browser.throttleOff();