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
134 stars 49 forks source link

Refactor out DelayedMessageChannel #1155

Closed emaxx-google closed 5 months ago

emaxx-google commented 5 months ago

Move the logic of delayed message sending out from emscripten-module.js into a separate helper class.

This lets us reuse it in other places, namely for the communication with the Offscreen Document that's currently being implemented for manifestv3. Also this extracted code can be covered with unit tests now.

github-actions[bot] commented 5 months ago

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

github-actions[bot] commented 5 months ago

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