{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreihy2l3gmlbdtmh343k4n72lodddpjzd5wkkok4tv7dx4do6oystmi",
    "uri": "at://did:plc:nfto3lv2rcs5s7h7digotzlu/app.bsky.feed.post/3mpoaq7xmsnr2"
  },
  "coverImage": {
    "$type": "blob",
    "ref": {
      "$link": "bafkreig7saeenw6c3prrms24e2bpcmq7mskq26az4ajg73ufx33cf4gf2a"
    },
    "mimeType": "image/png",
    "size": 32236
  },
  "path": "/packages/tus_background_upload",
  "publishedAt": "2026-07-02T14:32:09.774Z",
  "site": "https://pub.dev",
  "textContent": "TUS resumable uploads that keep running while the app is backgrounded or the device is locked, over native transports (iOS background URLSession, Android WorkManager via background_downloader). Changelog excerpt: - **Fix:**the TUS PATCH was sent with the file's own mime type (e.g. `video/mp4`) instead of `application/offset+octet-stream`, so spec-compliant servers (Bunny among them) rejected it. `background_downloader`'s native binary-upload code overwrites the `Content-Type`header with the task's `mimeType`on both platforms; the transport now sets `mimeType`to the TUS content type explicitly. - A failed PATCH now folds the HTTP response code, exception description, and response body into the thrown `Htt[...]",
  "title": "v0.1.1 of tus_background_upload",
  "updatedAt": "2026-07-02T14:31:16.030Z"
}