Skip to content

Commit 64ea38d

Browse files
authored
docs: fix stale spec anchor "The transparent proxy" → "Iframe Renderer" (#161)
2 parents 09b0338 + 5682cd7 commit 64ea38d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/src/lib/platform/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ export interface PlatformAdapter {
176176
// URL; absent or null falls back to ws://127.0.0.1:<port>.
177177
getAgentBrowserStreamUrl?(port: number): Promise<string | null>;
178178

179-
// iframe surface support (see docs/specs/dor-browser.md → "The transparent
180-
// proxy"). Stands up a loopback proxy in front of a `dor iframe` target and
179+
// iframe surface support (see docs/specs/dor-browser.md → "Iframe
180+
// Renderer"). Stands up a loopback proxy in front of a `dor iframe` target and
181181
// returns the proxy URL the panel should frame, or a structured reason it
182182
// could not. Absent on hosts with no process to run a proxy (e.g. the web
183183
// host), where the panel falls back to a raw, uninstrumented `<iframe>`.

vscode-ext/src/iframe-proxy-host.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* VS Code extension-host binding for the iframe transparent proxy.
33
*
44
* The proxy itself is host-agnostic and lives in `lib/src/host/iframe-proxy.ts`
5-
* (shared with the Tauri sidecar — see docs/specs/dor-browser.md → "The
6-
* transparent proxy"). This file only injects the VS Code logger; the
5+
* (shared with the Tauri sidecar — see docs/specs/dor-browser.md → "Iframe
6+
* Renderer"). This file only injects the VS Code logger; the
77
* message-router calls `createIframeProxyUrl` exactly as before.
88
*/
99
import { createIframeProxyUrl as createProxy } from '../../lib/src/host/iframe-proxy';

0 commit comments

Comments
 (0)