Andrea Marchesini
Andrea Marchesini
Composer
This is a refactoring of the ComposerBlock in multiple files. In this way, adding new types should be easier. We are going to add more block types: - external link...
URLSearchParams and URL interfaces are exposed to window and workers but they are not marked as [serializable]. This means that it's not possible to pass them, as objects, to a...
Following the RFC6265bis section 4.1.1 a cookie-value can contain only ASCII chars: ``` cookie-name = token cookie-value = *cookie-octet / ( DQUOTE *cookie-octet DQUOTE ) cookie-octet = %x21 / %x23-2B...
I just realized that the use I do of Containers, do not require the use of the addon. Mainly I have 2 containers tabs, both pinned, and session restore to...
In this way we are 100% sure we don't try to send pings when the VPN is changing states. This should be easy to do exposing a `VPN.sendGleanPing(url, payload, headers)`...
https://html.spec.whatwg.org/multipage/workers.html#worker-processing-model-top > If the algorithm asynchronously completes with null, queue a task to fire an event named error at worker, and abort these steps\. Otherwise, continue the rest of these...
I'm not familiar with this code, but it seems that the device needs to be closed in case of errors.