Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
libid-org
/
libID
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
1
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat(popup): implement @libid/popup without WebRTC
- #25
#25
Merged
Wondertan
merged 24 commits into
main
libid-org/libID:main
from
feat/popup-package
libid-org/libID:feat/popup-package
Copy head branch name to clipboard
Sep 13, 2026
Conversation
Commits
24
(24)
Checks
Files changed
Merged
feat(popup): implement @libid/popup without WebRTC
#25
Wondertan
merged 24 commits into
main
libid-org/libID:main
from
feat/popup-package
libid-org/libID:feat/popup-package
Copy head branch name to clipboard
Commits
Commits on Sep 13, 2026
docs(popup): package documentation
Show description for 0179f10
Wondertan
committed
0179f10
View commit details
Copy full SHA for 0179f10
Browse repository at this point
feat(popup): implement the MessagePort connection
Show description for ac1f684
Wondertan
committed
ac1f684
View commit details
Copy full SHA for ac1f684
Browse repository at this point
feat(popup): qualify the connection in real browsers
Show description for 68a9722
Wondertan
committed
68a9722
View commit details
Copy full SHA for 68a9722
Browse repository at this point
docs(popup): record implementation coverage and keeper timing
Show description for afb544f
Wondertan
committed
afb544f
View commit details
Copy full SHA for afb544f
Browse repository at this point
fix(popup): harden record checks, send failure, and window guards
Show description for 4dab745
Wondertan
committed
4dab745
View commit details
Copy full SHA for 4dab745
Browse repository at this point
feat(popup): admit a set of popup origins and rebind across origins
Show description for caf9f47
Wondertan
committed
caf9f47
View commit details
Copy full SHA for caf9f47
Browse repository at this point
feat(popup): add navigateAway and the popup-side wildcard allowlist
Show description for f8717f7
Wondertan
committed
f8717f7
View commit details
Copy full SHA for f8717f7
Browse repository at this point
fix(popup): settle the focused review findings
Show description for 05a7eeb
Wondertan
committed
05a7eeb
View commit details
Copy full SHA for 05a7eeb
Browse repository at this point
test(popup): keep the accept helper's derived promise handled
Show description for bf38fc0
Wondertan
committed
bf38fc0
View commit details
Copy full SHA for bf38fc0
Browse repository at this point
fix(popup): satisfy noVoidTypeReturn in the inbound router
Show description for c397165
Wondertan
committed
c397165
View commit details
Copy full SHA for c397165
Browse repository at this point
chore(popup): add the browser install script the CI job runs
Show description for e620905
Wondertan
committed
e620905
View commit details
Copy full SHA for e620905
Browse repository at this point
docs(popup): state ordering across a transition and test it
Show description for ae35c50
Wondertan
committed
ae35c50
View commit details
Copy full SHA for ae35c50
Browse repository at this point
feat(popup): open the popup as a separate window
Show description for fb6f317
Wondertan
committed
fb6f317
View commit details
Copy full SHA for fb6f317
Browse repository at this point
feat(popup): reach isolation through a same-origin fallback automatically
Show description for 47018e7
Wondertan
committed
47018e7
View commit details
Copy full SHA for 47018e7
Browse repository at this point
feat(popup): structured fragments and captured-fragment fallback
Show description for 776e14c
Wondertan
committed
776e14c
View commit details
Copy full SHA for 776e14c
Browse repository at this point
feat(popup): isolation fallback over a non-transferable carrier
Show description for 60cdebf
Wondertan
committed
60cdebf
View commit details
Copy full SHA for 60cdebf
Browse repository at this point
fix(popup): hop into isolation before constructing a fallback carrier
Show description for 3a3e1f6
Wondertan
committed
3a3e1f6
View commit details
Copy full SHA for 3a3e1f6
Browse repository at this point
feat(popup): select the continuity worker registration by exact scope
Show description for 2d2fe15
Wondertan
committed
2d2fe15
View commit details
Copy full SHA for 2d2fe15
Browse repository at this point
test(popup): await the observed handshake instead of a fixed tick
Show description for 631027f
Wondertan
committed
631027f
View commit details
Copy full SHA for 631027f
Browse repository at this point
test(popup): let tick outlast a stalled poll phase
Show description for 7291be8
Wondertan
committed
7291be8
View commit details
Copy full SHA for 7291be8
Browse repository at this point
feat(popup): find the continuity registration automatically, with an explicit scope override
Show description for 06e1c0b
Wondertan
committed
06e1c0b
View commit details
Copy full SHA for 06e1c0b
Browse repository at this point
fix(popup): align continuity guarantees and support loopback HTTP
Show description for 3b96378
Wondertan
committed
3b96378
View commit details
Copy full SHA for 3b96378
Browse repository at this point
feat(popup): expose authenticated peer origins
Show description for b8dec84
Wondertan
committed
b8dec84
View commit details
Copy full SHA for b8dec84
Browse repository at this point
feat(popup): place new windows side by side
Show description for e0d2a23
Wondertan
committed
e0d2a23
View commit details
Copy full SHA for e0d2a23
Browse repository at this point
You can’t perform that action at this time.