js-shield
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 0.5.5 released


From: Giorgio Maone
Subject: Re: 0.5.5 released
Date: Thu, 4 Nov 2021 17:28:06 +0100
User-agent: None of Your Business 1.0

> Giorgio, it seems that the extension works in tests and for me
> menunally. But AMO shows warnings that runtime.sendSyncMessage,
> runtime.onSyncMessage were not implemented in Firefox. Is the NSCL
> code correct? 
Yes it is, do not worry. Those are methods added by the NSCL to the
browser.runtime object (the WebExtensions API does NOT support any kind
of synchronous messaging, I've implemented it by using a nasty hack
based on synchronous XHR).
-- G


On 04/11/21 17:20, Libor Polčák wrote:
> Hello,
>
> * Tighter content script initialization
> * Bugfix: wrap `Navigator.prototype` and `Geolocation.prototype`
> instead of `navigator` and
>     `navigator.geolocation`
> * Remove additional Geolocation API objects when Geolocation is
> disabled completely
> * Icons updated and synced with the JShelter website
>
> Giorgio, it seems that the extension works in tests and for me
> menunally. But AMO shows warnings that runtime.sendSyncMessage,
> runtime.onSyncMessage were not implemented in Firefox. Is the NSCL
> code correct?
>
> Best wishes
>
> Libor
>

-- 
Giorgio Maone
https://maone.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]