Fork me on GitHub
#cljs-dev
<
2022-09-13
>
Roman Liutikov10:09:49

Given the following form (.then (js/fetch) #(.json %)) the :ret-tag of the return value is set to js/RESULT. Shouldn't it be still js/Promise?

Alex Miller (Clojure team)15:09:34

https://ask.clojure.org/index.php/12197/typo-clojurescript-documentation-clojure-string-blank-true - simple typo in src/main/cljs/clojure/string.cljs, not sure if you want to just fix rather than me making a jira

dnolen16:09:38

@roman01la hrm maybe that’s badly inferred from the Google type info?