Skip to content

Commit 9df05fe

Browse files
committed
Enable ReadableStream.from by default
rdar://169605740 https://bugs.webkit.org/show_bug.cgi?id=306942 Reviewed by Brandon Stewart. Canonical link: https://commits.webkit.org/306786@main
1 parent d57dbec commit 9df05fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6386,17 +6386,17 @@ ReadableByteStreamFetchSourceEnabled:
63866386

63876387
ReadableStreamFromEnabled:
63886388
type: bool
6389-
status: testable
6389+
status: stable
63906390
category: dom
63916391
humanReadableName: "ReadableStream.from"
63926392
humanReadableDescription: "Enable ReadableStream.from"
63936393
defaultValue:
63946394
WebCore:
6395-
default: false
6395+
default: true
63966396
WebKitLegacy:
6397-
default: false
6397+
default: true
63986398
WebKit:
6399-
default: false
6399+
default: true
64006400

64016401
ReadableStreamIterableEnabled:
64026402
type: bool

0 commit comments

Comments
 (0)