Conversation
Co-authored-by: Kris West <kris.west@interop.io>
Co-authored-by: Kris West <kris.west@interop.io>
Co-authored-by: Kris West <kris.west@interop.io>
…a/FDC3 into feature/context-clearing
Co-authored-by: Hugh Troeger <troeger.hugh@gmail.com>
Context Clearing Merging to the new branch, will create another PR from that into main
✅ Deploy Preview for fdc3 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
hughtroeger
approved these changes
Sep 10, 2025
kriswest
approved these changes
Sep 10, 2025
Contributor
kriswest
left a comment
There was a problem hiding this comment.
LGTM - why won't the merge button unlock?
bingenito
approved these changes
Sep 10, 2025
hughtroeger
previously approved these changes
Sep 10, 2025
bingenito
approved these changes
Sep 10, 2025
bingenito
previously approved these changes
Sep 10, 2025
The merge-base changed after approval.
bingenito
previously approved these changes
Sep 10, 2025
hughtroeger
previously approved these changes
Sep 10, 2025
The merge-base changed after approval.
hughtroeger
approved these changes
Sep 10, 2025
bingenito
approved these changes
Sep 10, 2025
This was referenced Sep 18, 2025
20 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe your change
Adding context cleaning
Related Issue
#1379
Contributor License Agreement
Review Checklist
DesktopAgent,Channel,PrivateChannel,Listener,Bridging)?JSDoc comments on interfaces and types should be matched to the main documentation in /docs
Conformance test definitions should cover all required aspects of an FDC3 Desktop Agent implementation, which are usually marked with a MUST keyword, and optional features (SHOULD or MAY) where the format of those features is defined
The Web Connection protocol and Desktop Agent Communication Protocol schemas must be able to support all necessary aspects of the Desktop Agent API, while Bridging must support those aspects necessary for Desktop Agents to communicate with each other
npm run build) run and the results checked in?Generated code will be found at
/src/api/BrowserTypes.tsand/or/src/bridging/BridgingTypes.tsBaseContextschema applied viaallOf(as it is in existing types)?titleanddescriptionprovided for all properties defined in the schema?npm run build) run and the results checked in?Generated code will be found at
/src/context/ContextTypes.ts