


Error: To use the new ReadableStream() constructor, enable the streams_enable_constructors compatibility flag. Refer to the docs for more information: https://developers.cloudflare.com/workers/platform/compatibility-dates/#compatibility-flagsI was hoping it would be as simple as:
wrangler.toml , I get the following error:The compatibility flag streams_enable_constructors became the default as of 2022-11-30 so does not need to be specified anymore. [code: 10021]Current compatibility date (for both platform code, and customer workers):
canceledAAAA 100::Workers for Platforms ScriptscfRequestnew ReadableStream()compatibility_flags = ['streams_enable_constructors']compatibility_date = "2024-02-21"