Features deferred beyond v0.0.1, tracked for future implementation.
- Full QUIC transport protocol (RFC 9000, 9001)
- HTTP/3 framing (RFC 9114)
- Blocked on Go stdlib adoption or from-scratch implementation
- Revisit when
golang.org/x/net/quicis promoted to stdlib or stable
- Record browser test runs as video files
- Requires frame capture from CDP and video encoding
- Send, auth, envelope validation
- Implement from scratch or evaluate
golang.org/x/options at that time
- Mailbox access, search, fetch
- Implement from scratch or evaluate
golang.org/x/options at that time
- Mailbox retrieval
- Implement from scratch or evaluate
golang.org/x/options at that time
- JUnit XML — for CI integration (Jenkins, GitHub Actions, GitLab)
- TAP (Test Anything Protocol)