pd4d10 / http-indicator

Indicator for HTTP/2, QUIC and HTTP/3
https://chrome.google.com/webstore/detail/hgcomhbcacfkpffiphlmnlhpppcjgmbl
MIT License
101 stars 11 forks source link

Fix OnMessage listener #17

Closed diesse closed 1 year ago

diesse commented 1 year ago

Added 'return true' statement to Chrome.Runtime.OnMessage.addListener function Fixes error message Unchecked runtime.lastError: The message port closed before a response was received

pd4d10 commented 1 year ago

Did a little tweak to make the compiler work.

Thanks for the contribution!