Preserve responseURL when cache is used #731
|
I have following code: When the cache data is used, the response.request is lost, and I am not able to access responseURL. Is ti possible to preserve this data inside cache, or access it in any other way? |
Answered by
arthurfiorette
Dec 10, 2023
Replies: 1 comment
|
The cache only stores information it will need to be processed afterwards. You would need to implement it manually. Also, in your use case |
0 replies
Answer selected by
arthurfiorette
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cache only stores information it will need to be processed afterwards. You would need to implement it manually.
Also, in your use case
responseURLwouldn't be the same aslink?