sinclairzx81 / smoke

Run Web Servers in Web Browsers over WebRTC
Other
547 stars 40 forks source link

Revision 0.8.7 #30

Closed sinclairzx81 closed 2 months ago

sinclairzx81 commented 2 months ago

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.