Skip to content

Commit

Permalink
Add missing fetchMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarlagerlof committed May 10, 2024
1 parent 4d0f42e commit a2d695f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/ViewerPayload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ function Viewer({ payload }: { payload: string }) {
tabId: 0,
data: {
fetchUrl: "https://example.com",
fetchMethod: "GET",
fetchStartTime: 0,
chunkStartTime: 0,
chunkEndTime: 0,
Expand Down

0 comments on commit a2d695f

Please sign in to comment.