Prep 10: Location interface, URL API, and the File API's Blobs

  1. Read:
    1. window.location
    2. blobs
  2. Do: create your own demo...
  3. Due: 21 Oct.

Read MDN

  1. URLSearchParams interface, e.g. as obtained from the window.location search property
  2. Creating a blob 🤢
  3. 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.