[][src]Function webext_storage::sync::outgoing::stage_outgoing

pub fn stage_outgoing(tx: &Transaction<'_>) -> Result<()>

Stages info about what should be uploaded in a temp table. This should be called in the same transaction as apply_actions. record_uploaded() can be called after the upload is complete and the data in the temp table will be used to update the local store.