@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.js CHANGED
@@ -1306,7 +1306,7 @@ var Sse = {
1306
1306
  * @param {number} [options.timeout=180000] - 整体请求超时时间 (ms),默认 180s
1307
1307
  * @returns {Promise<any>} - 返回 Promise,当流满足条件时 resolve
1308
1308
  */
1309
- async intercept(page, urlPattern, options = {}) {
1309
+ intercept(page, urlPattern, options = {}) {
1310
1310
  const {
1311
1311
  onData,
1312
1312
  onEnd,