Closed fdb closed 6 years ago
So the user can have content from any web service by making requests directly from here?
I created a branch asyncjsfilter. It works with this twitter example, but the first time it loads the timeout will kick in before the data has fully loaded!
Okay, I will have a look on it.
@stebanos That's because the Heroku app is sleeping... 💤
Currently the JS filter doesn't work with asynchronous JavaScript, returning a Promise object. It would be cool if we could use something like
and e.g. get the image URL back from a JSON request to Flickr.