This PR Implements a Firefox fix for Http Request. The update implements a separate body resolution path for Firefox that yields a Blob object instead of a ReadableStream. It's noted that Firefox does not support ReadableStream on Request initialization (which is a long outstanding issue), but does correctly support Blobs.
This update also adds a Agent namespace which can be queried to learn of the users browser type.
This PR Implements a Firefox fix for Http Request. The update implements a separate body resolution path for Firefox that yields a Blob object instead of a ReadableStream. It's noted that Firefox does not support ReadableStream on Request initialization (which is a long outstanding issue), but does correctly support Blobs.
This update also adds a
Agent
namespace which can be queried to learn of the users browser type.