opensteer 0.8.2 → 0.8.3
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/README.md +3 -3
- package/dist/{chunk-X3G6QSCF.js → chunk-JK4NMMM2.js} +1371 -407
- package/dist/chunk-JK4NMMM2.js.map +1 -0
- package/dist/cli/bin.cjs +16513 -15574
- package/dist/cli/bin.cjs.map +1 -1
- package/dist/cli/bin.js +1 -1
- package/dist/index.cjs +1386 -406
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +363 -447
- package/dist/index.d.ts +363 -447
- package/dist/index.js +13 -4
- package/dist/index.js.map +1 -1
- package/package.json +6 -5
- package/dist/chunk-X3G6QSCF.js.map +0 -1
package/README.md
CHANGED
|
@@ -334,6 +334,6 @@ The reverse-engineering workflow is: perform a browser action, inspect traffic w
|
|
|
334
334
|
`captureScripts()`, experiment with `rawRequest()`, promote a record with
|
|
335
335
|
`inferRequestPlan()`, then replay with `request()`.
|
|
336
336
|
|
|
337
|
-
`route()` and `interceptScript()` are
|
|
338
|
-
They
|
|
339
|
-
|
|
337
|
+
`route()` and `interceptScript()` are available on owned local sessions and
|
|
338
|
+
cloud-managed sessions. They remain unavailable on attached sessions because
|
|
339
|
+
attached browsers do not provide an owned routing surface.
|