new ReadableStream() is working for me in normal workers, but not workers for platformsError: 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:
compatibility_flags = ['streams_enable_constructors']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):
compatibility_date = "2024-02-21"