Optional
aInstancePtr: objectA run time mechanism for interface discovery.
NS_OK if the interface is supported by the associated instance, NS_NOINTERFACE if it is not.
aInstancePtr must not be null.
[in] A requested interface IID
[out] A pointer to an interface pointer to receive the result.
Try to download updates from updateUrl. If an update is already in progress, queues the requested update. This is used in nsIUrlListManager as well as in testing.
Comma-separated list of tables included in this update.
The payload for the request.
Whether the request should be sent by POST method. Should be 'true' for v2 usage.
The plaintext url from which to request updates.
Called after a successful update.
Called for problems applying the update
Called if we get an http error or a connection refused error.
Generated using TypeDoc
This is a class to manage large table updates from the server. Rather than downloading the whole update and then updating the sqlite database, we update tables as the data is streaming in.