Commit 573e7e8
committed
fix: remove unnecessary try/catch blocks in framenavigated handler
- storeAvailable: evaluate() always succeeds after framenavigated
because Puppeteer waits for the execution context automatically
(verified via CDP event order and Puppeteer source)
- inject(): matches upstream behavior - let errors surface instead
of silently swallowing them1 parent 0830daa commit 573e7e8
1 file changed
+9
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| 297 | + | |
| 298 | + | |
297 | 299 | | |
298 | 300 | | |
299 | 301 | | |
300 | 302 | | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
301 | 306 | | |
302 | 307 | | |
303 | 308 | | |
| |||
547 | 552 | | |
548 | 553 | | |
549 | 554 | | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
| 561 | + | |
566 | 562 | | |
567 | 563 | | |
568 | 564 | | |
| |||
0 commit comments