Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat authored Dec 13, 2023
1 parent 1d34445 commit 7145e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The project is divided into several different yarn workspaces:
- `post-message` which fires a post message up to the opening window/iframe (or whatever is set in the `frame` option) asking for details of how to construct a `DesktopAgent` API implementation.
- `frame` : when _not_ using a loaded iframe, you can begin communicating with a port on a particular frame. By default, opener or window, but you can pick something else if you want.
## Configuring Server
## Configuring Server
- **For the desktop agent**: `supply` (in `agent/supply.ts`): Called by the desktop agent on startup, allows it to supply FDC3 APIs to apps when they ask for one via the `post-message` strategy. This takes the following parameters:
- A `checker`, which checks the origin window for the API request. It should be a window that the Desktop Agent is aware of.
Expand Down

0 comments on commit 7145e93

Please sign in to comment.