As a result of a big pull request issued here, the browserChannel's API will change a bit and this extensions needs to be updated if you want to keep support the upcoming version of the GPII. These are the main highlights:
- We've stopped using socket.io in favor of WebSockets (so you can use chrome's own WebSockets facilities and stop including the socket.io library in the extension)
- The message type "onBrowserSettingsChanged" has been renamed to "onSettingsChanged"
Let me know if you want any advice on how to make this happen.
As a result of a big pull request issued here, the browserChannel's API will change a bit and this extensions needs to be updated if you want to keep support the upcoming version of the GPII. These are the main highlights:
Let me know if you want any advice on how to make this happen.