Jonathan Hao

Results 30 comments of Jonathan Hao

> Somewhere in here, we should mention the new origin trial and explain how to sign up. I wanted to include a link to the trial sign-up page but since...

@agektmr The intent to deprecate hasn't been approved by API owners. We aren't sure yet about the exact version and platform which will be affected.

Another problem we ran into when trying to implement [Private Network Access](https://github.com/WICG/private-network-access) for navigation requests is that we would need to send preflight requests before navigating to a less-public IP...

Here's the [issue](https://github.com/WICG/private-network-access/issues/116) in [Private Network Access](https://github.com/WICG/private-network-access).

Yes, I wanted to do that but has gotten some pushback on the chromium CL https://chromium-review.googlesource.com/c/chromium/src/+/3734856?tab=comments So I think either we give `file:` URLs an opaque origin, or we keep...

We're no closer to enforcing preflights so I'll close this PR for now.

Thanks for the suggestions. I updated the commit!

## Testing Complete ✅ Successfully tested the implementation with both logging enabled and disabled. ### Test Results **With logging enabled:** ```bash BBAPI_DEBUG_LOG=/tmp/bbapi-test node test_bbapi_logging_simple.mjs ``` ✅ Captured 3 BBAPI calls...

@ludamad Not sure if I understand your spec correctly. Does this match what you had in mind?

## ✅ Confirmed: Logs can be replayed with `bb msgpack run` Successfully tested replay functionality with real BBAPI commands: ### Test Commands Created log file with two real BBAPI calls:...