Hello,
Actually it only passes key to fetch(key) which do not permit to have options or separate url from multiple keys.
Would it be possible to have multiple arguments ? It would pass url/options to fetch like : fetch(url, options), and watch on multiple (serialized ?) keys.
Hello,
Actually it only passes
keytofetch(key)which do not permit to have options or separate url from multiple keys.Would it be possible to have multiple arguments ? It would pass url/options to fetch like :
fetch(url, options), and watch on multiple (serialized ?) keys.