Browse Source

docs: fix SCA and postMessage links in web-frame-main.md (#33415)

Jeremy Rose 3 years ago
parent
commit
4fdf8584ed
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/api/web-frame-main.md

+ 3 - 0
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