Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Responses to be constructed with a body/headers #20

Open
jifalops opened this issue Aug 1, 2018 · 0 comments
Open

Allow Responses to be constructed with a body/headers #20

jifalops opened this issue Aug 1, 2018 · 0 comments

Comments

@jifalops
Copy link

jifalops commented Aug 1, 2018

The platform Response type has a default constructor.

I am trying to write an interface that can cache to a File or browser cache and am a bit stuck without the ability to construct a response myself. I have a workaround in mind but it breaks the semantics of the cache being a local resource since I'll have to allow it to handle the fetching so it can instantiate a Response.

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

No branches or pull requests

1 participant