GoogleChromeLabs / chromeos_smart_card_connector

Smart Card Connector App for Chrome OS
https://chrome.google.com/webstore/detail/smart-card-connector/khpfeaanjngmcnplbdlpegiifgpfgdco
Apache License 2.0
133 stars 50 forks source link

[mv3] Fix messages to Emscripten in Offscreen Doc #1160

Closed emaxx-google closed 2 months ago

emaxx-google commented 2 months ago

Create the waiter for the messaging channel before opening the Offscreen Document, so that we don't miss the chrome.runtime.onConnect event.

emaxx-google commented 2 months ago

A quick bugfix for #1141.

github-actions[bot] commented 2 months ago

Continuous Integration: All tests passed. C/C++ test coverage: 73.29% lines.

emaxx-google commented 2 months ago

Thanks1