@skrillex1224/playwright-toolkit 2.1.93 → 2.1.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1333,7 +1333,7 @@ var Sse = {
1333
1333
  * @param {number} [options.timeout=180000] - 整体请求超时时间 (ms),默认 180s
1334
1334
  * @returns {Promise<any>} - 返回 Promise,当流满足条件时 resolve
1335
1335
  */
1336
- async intercept(page, urlPattern, options = {}) {
1336
+ intercept(page, urlPattern, options = {}) {
1337
1337
  const {
1338
1338
  onData,
1339
1339
  onEnd,