Commit 9ac6239
committed
fix: service worker evaluation should use page-based waitForEventsAfterAction
Service worker evaluation was incorrectly skipping waitForEventsAfterAction
entirely. It should use the selected page's waitForEventsAfterAction helper
so that throttling settings are respected, while still being called via the
page-based McpPage method rather than the removed McpContext method.1 parent e2ebd9e commit 9ac6239
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
81 | 83 | | |
82 | 84 | | |
83 | 85 | | |
| |||
0 commit comments