Prep 10: Location interface, URL API, and the File API's Blobs
- Read:
- window.location
- blobs
- Do: create your own demo...
- Due: 21 Oct.
Categories:
less than a minute
Read MDN
- URLSearchParams interface, e.g. as obtained from the
window.location
search property - Creating a blob 🤢
- Extracting data from a blob 🤮
Activity
At least make code samples from the readings run for you in your code on your machine, or even come up with your own activity to help you ensure you can work with blobs.