From 4fdf8584ed6820a1b464cabc80c41acedbbce814 Mon Sep 17 00:00:00 2001 From: Jeremy Rose Date: Thu, 24 Mar 2022 10:12:47 -0700 Subject: [PATCH] docs: fix SCA and postMessage links in web-frame-main.md (#33415) --- docs/api/web-frame-main.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/api/web-frame-main.md b/docs/api/web-frame-main.md index a3fd055d8013..0190f4dbc0ac 100644 --- a/docs/api/web-frame-main.md +++ b/docs/api/web-frame-main.md @@ -195,3 +195,6 @@ have the same `routingId`. A `string` representing the [visibility state](https://developer.mozilla.org/en-US/docs/Web/API/Document/visibilityState) of the frame. See also how the [Page Visibility API](browser-window.md#page-visibility) is affected by other Electron APIs. + +[SCA]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm +[`postMessage`]: https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage