Revert "Add compat flag to prevent creating Blob with resizable Array…
Revert a commit to prevent creating a Blob with a resizable ArrayBuffer
14 substantial PRs (14 merged, 3 open/draft). 11 in workerd, 3 in node.
Revert a commit to prevent creating a Blob with a resizable ArrayBuffer
Fix new module registry fallback issues
Migrate container to use lighter weight Js types instead of BufferSource
Migrate R2Bucket hash properties to use faster Js types
Improved handling of resizable arraybuffer in responses and requests
Improved MimeType handling with better escape handling, simplifications, and performance improvements.
Limited VFS symlink depth for security or performance reasons
Improved blob implementation with better handling of recursive slices, empty blobs, and performance optimizations
Changed conditional etag parsing from recursive to iterative and added other improvements for better edge case handling
Additional tweaks to the new module registry, fixing edge cases and improving eval callback handling
Fixes correctness issues in the new module registry, adds require() return value semantics, and implements import attributes support
Improves QUIC packet handling by switching to a per-Endpoint arena, reducing overhead and improving performance
Adds prototype integration points for experimental stream/iter and Node.js streams interop, enabling bridging between classic and iterable streams
Implements a prototype for UV coroutines, allowing for asynchronous libuv calls using coroutines