5 Matching Annotations
- Nov 2022
-
stackoverflow.com stackoverflow.com
- Oct 2020
-
github.com github.com
-
Perhaps we should detect URLSearchParams objects differently (using duck typing detection instead of instanceof window.URLSearchParams, for example) but the solution isn't adding a specific polyfill to Axios (as it'd increase the bundle size and still won't work with other polyfills).
-
-
dmitripavlutin.com dmitripavlutin.com
-
To check whether a data type is iterable look at the method Symbol.iterator.
Tags
Annotators
URL
-
- Sep 2020
-
stackoverflow.com stackoverflow.com
-
the promise specification explicitly does not make a distinction
-