Marcin Walas
Results
2
issues of
Marcin Walas
Many of the `Container` class fields should be `protected` instead of `private`. The current implementation of the `Container` class actually does not expose any way to "extend"/"improve"/"adjust to customer needs",...
I have problem with accessing headers value. I can only read value of `content-type`. Am I doing something wrong? I have code like this ``` return fetch(url) .then(response => {...