There is a query option in flow.js object, and it sends it's contents to php in params member of the Request object. BUT! it is not accessible in client code. This PR makes it possible to access custom params specified in client part in the query option.
There is a query option in flow.js object, and it sends it's contents to php in params member of the Request object. BUT! it is not accessible in client code. This PR makes it possible to access custom params specified in client part in the query option.