jsFetch

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto jsFetch(string url, string[] thens)
  2. auto jsFetch(string url, string[string] options, string[] thens)
    @safe
    jsFetch
    (
    string url
    ,
    string[string] options
    ,
    string[] thens
    )

Meta