File Uploads
Since Frisby.js is based on the Fetch API, file uploads are a cinch with the built-in FormData object (see Using FormData Objects on MDN if you are not familiar with them).
You can get a new FormData object from Frisby:
A full usage example might look like this:
Last updated