Evandro Leopoldino Gonçalves
Evandro Leopoldino Gonçalves
The improvement I had initially thought of only covered limiting cache size, but you are right that using Map we could use any kind of type as cache key. 1)...
@angus-c sorry for the delay! In that case, would we only support browsers that support Map or would you have another solution for that problem?
Yes, we can change the implementation, but in the end we would use a solution using Object and Array, just like this [fallback class](https://github.com/angus-c/just/pull/281/files#diff-8b6598e4859c47b6cc9a7999e5dc6641895915c016115d98cc97d1106de73c20R31), right? Or would you have another...
@comtronix is it happening in any request? can you give me more details about your problem?
Do you have any URL where I can see it happening? @comtronix
@comtronix I didn't receive any email about it, man =/
I checked it, but for me that page is working. What browser did you use to test that page? :)
Indeed this feature is not working on Safari and to be honest I was not aware of that. Thanks for bringing it up @mikhael28! I will investigate this issue in...
API: - content_type_filter = {"jpg", png"} - content_type_discover={ "file_type","file_extension"} - destination = "image/" - min_ body_size = 1048576 - max_body_size = 1048576 - file
I think that this idea is great. And we can open a branch to work in these new implementations ;)