You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those functions take a plain request as input, but it would be good to replace that with a minimal implementation of fetchParams only because, the full implementation is a bit more complex. The minimal implementation could look like
structFetchParams{pubrequest:Request// Todo: implement rest of FetchParams with a link to the spec and link to this issue}
I looked into maybe merging FetchContext with FetchParams but they don't share anything in common except for potentially the timing information and cancellation.
This would help with getting #33161 completed and would bring the fetch implementations a little more in line with the spec.
I would like to take on this task.
The text was updated successfully, but these errors were encountered:
fetchParams
, spec here, is used as an input to several http fetch functions, specificallyThose functions take a plain
request
as input, but it would be good to replace that with a minimal implementation offetchParams
only because, the full implementation is a bit more complex. The minimal implementation could look likeI looked into maybe merging
FetchContext
withFetchParams
but they don't share anything in common except for potentially the timing information and cancellation.This would help with getting #33161 completed and would bring the fetch implementations a little more in line with the spec.
I would like to take on this task.
The text was updated successfully, but these errors were encountered: