Krzysztof Kubacki

Results 6 comments of Krzysztof Kubacki

Hmm, I have just found https://github.com/mortola/behat-seo-contexts

@p2635 Yes it works indeed. I even start to contribute it.

Hi guys! I found the project just now. I see that is not developing anymore. What do you use instead?

Hi! I have developed and published package on packagist https://packagist.org/packages/bystro/html-table-converter

@tyx Ajax's XMLHttpRequest has it in `response` and `responseText` property: https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/response https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/responseText If you return only one value(for example generated UUID) it is convenient to return it responseText as plain...

Regarding to XMLHttpRequest it was only an example. There are more https://futurestud.io/tutorials/retrofit-2-receive-plain-string-responses https://angular.io/guide/http ![image](https://user-images.githubusercontent.com/14996446/45957915-720bf580-c016-11e8-84b5-0728663bf699.png) My example use case is the following. When I send request to create new resource I'm...