Deno Web APIs

Explore and test some Web APIs supported by Deno to achieve some common tasks.

This lesson takes inspiration from an article written by Luca Casonato on Deno’s blog (see the Appendix: Further Resources for the link). Here we’ll learn some useful Deno APIs (only a small subset). Each of them, provide us a code widget to experiment with these APIs directly.

Encoding/Decoding (base64)

We can encode/decode base64 strings with the atob and btoa functions.

Get hands-on with 1200+ tech skills courses.