We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ftd.redirect
ftd.http
to reproduce:
-- boolean $success: false -- ftd.redirect: / if: { success } -- ftd.text: click me to get response $on-click$: call-http() -- void call-http(opts): ftd.http-options opts: $opts ftd.http("http://127.0.0.1:3000/test.json", opts) -- ftd.http-options opts: redirect: follow method: POST fastn-module: www.fifthtry.com/signin
clicking on the rendered text should throw: TypeError: ftd.redirect is not a function (see the browser console)
TypeError: ftd.redirect is not a function
the response from http://127.0.0.1:3000/test.json is:
{ "data": { "success": true } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
to reproduce:
clicking on the rendered text should throw:
TypeError: ftd.redirect is not a function
(see the browser console)the response from http://127.0.0.1:3000/test.json is:
The text was updated successfully, but these errors were encountered: