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

Read the MDN about window.location’s properties, creating and reading blobs.

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 🤮