Skip to content

Commit f61a347

Browse files
fix
1 parent 913bddd commit f61a347

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/WaitForHelper.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export class WaitForHelper {
2727
* for the DOM to be stable before returning.
2828
*/
2929
async waitForStableDom(): Promise<void> {
30-
// TODO: use CPU mutplier
3130
const stableDomObserver = await this.#page.evaluateHandle(timeout => {
3231
let timeoutId: ReturnType<typeof setTimeout>;
3332
function callback() {
@@ -77,7 +76,6 @@ export class WaitForHelper {
7776
}
7877

7978
async waitForNavigationStarted() {
80-
// TODO: CPU mutliper
8179
// Currently Puppeteer does not have API
8280
// For when a navigation is about to start
8381
const navigationStartedPromise = new Promise<boolean>(resolve => {

0 commit comments

Comments
 (0)