@nextop-os/browser-node 0.0.15 → 0.0.17

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 CHANGED
@@ -5,11 +5,13 @@ Reusable Workbench Browser Node capability for Electron desktop hosts.
5
5
  The package owns browser-node mechanics such as URL normalization, session
6
6
  partitioning, renderer state, React surfaces, webview security, and Electron
7
7
  guest lifecycle coordination. Product hosts own business bridge methods,
8
- diagnostics policy, preview route policy, and daemon or server clients.
8
+ diagnostics policy, loopback preview routing policy, and daemon or server
9
+ clients.
9
10
 
10
- The first version supports ordinary HTTP and HTTPS browser navigation. Runtime
11
- preview proxy interfaces are present for host integration but are intentionally
12
- inert until a later phase.
11
+ The package supports ordinary HTTP and HTTPS browser navigation by default. For
12
+ hosts that need local runtime previews, the Electron main integration can also
13
+ configure a package-owned loopback preview proxy through
14
+ `loopbackPreviewRouting`.
13
15
 
14
16
  For Workbench hosts, the package also exposes a dock helper through
15
17
  `@nextop-os/browser-node/workbench`. `createBrowserDockEntry(...)` wires the