Add protocol-agnostic checkout events for web - #766
Merged
markmur merged 8 commits intoSep 25, 2026
Merged
Conversation
markmur
force-pushed
the
protocol-agnostic-events-web
branch
from
September 14, 2026 13:07
2e1ab2b to
123a057
Compare
markmur
changed the base branch from
prototype/protocol-agnostic-events
to
protocol-agnostic-events-android
September 14, 2026 13:08
This was referenced Sep 14, 2026
Package Size
Web file breakdown
Measured from the PR base SHA and PR head SHA. The file breakdown shows uncompressed sizes within each package artifact, so individual files do not sum to the compressed artifact total. This comment reports package artifact sizes only; it is not a final app binary-size report. |
Install this buildOpen Tophat, select your target device, then click Install. Links open on the Mac running Tophat.
Checkout Kit E2E results
|
markmur
force-pushed
the
protocol-agnostic-events-web
branch
from
September 14, 2026 17:03
123a057 to
65d99b4
Compare
markmur
force-pushed
the
protocol-agnostic-events-web
branch
from
September 14, 2026 17:23
65d99b4 to
d815626
Compare
markmur
force-pushed
the
protocol-agnostic-events-web
branch
from
September 15, 2026 12:19
d815626 to
8e9bf1e
Compare
markmur
force-pushed
the
protocol-agnostic-events-web
branch
from
September 15, 2026 13:19
8e9bf1e to
7c7ec64
Compare
markmur
force-pushed
the
protocol-agnostic-events-web
branch
from
September 16, 2026 12:11
7c7ec64 to
01c52cf
Compare
tiagocandido
approved these changes
Sep 24, 2026
markmur
force-pushed
the
protocol-agnostic-events-web
branch
from
September 24, 2026 13:59
424bd19 to
b85eb37
Compare
markmur
force-pushed
the
protocol-agnostic-events-web
branch
from
September 24, 2026 15:38
b85eb37 to
d01ba12
Compare
markmur
added this pull request to stack #818
September 24, 2026 16:17
markmur
force-pushed
the
protocol-agnostic-events-web
branch
from
September 25, 2026 08:24
d01ba12 to
1f7a523
Compare
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.
Adds typed
start,update,complete,error, andcloseevents for observing the web checkout lifecycle. Consumers receive Kit-owned snapshots and error payloads through standard DOM event listeners, with protocol handling kept internal.Checkoutsnapshot that removes only top-levelucp, reuses nested domain types, and preserves optional fields and inline extensions.error, closes the session, and emitsclose, regardless of message severity.Window-open requests continue to use the existing internal HTTPS opening behavior.
Stack