It looks like we got a few weeks behind on posting our release notes. Here are the changes from the last month:
-
AbortSignal.any()
is now available. - Updated V8 to 11.4.
- The URLSearchParam
delete()
andhas()
methods now accept an optional second argument to specify the search parameter’s value. This is potentially a breaking change so is gated behind the newurlsearchparams_delete_has_value_arg
andurl_standard
compatibility flags. - Added compatibility flag
strict_compression_checks
for additional DecompressionStream error checking.