playwright
playwright copied to clipboard
docs: #33837 Clarify that clock.install must precede clock operations
Since clock.install overwrites native clock method implementations, it must precede any clock call, otherwise undefined behavior will occur. Document this limitation, preventing further issues like #33837.