Skip to content

add timestamps to frame retrieval API#56

Merged
robertmcabee merged 7 commits into
mainfrom
timestamps
Apr 14, 2026
Merged

add timestamps to frame retrieval API#56
robertmcabee merged 7 commits into
mainfrom
timestamps

Conversation

@Eoghan-Perkins
Copy link
Copy Markdown
Collaborator

@robertmcabee

When fetching each frame, the frontend needs to read the X-Frame-Timestamp response header before consuming the body as a blob, since headers become inaccessible after the body is read, and then store each frame as an object containing both the blob URL and that timestamp string rather than just a bare URL. Any code that previously looped over the frames array treating each element as a URL directly (like the GeoTIFF parser) needs to be updated to pull the URL off frame.url instead.

@robertmcabee robertmcabee merged commit 625aad6 into main Apr 14, 2026
2 checks passed
@robertmcabee robertmcabee deleted the timestamps branch April 14, 2026 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants