Skip to content

Commit 179017b

Browse files
committed
Enable ReadableStream transfer flag by default
rdar://169950592 https://bugs.webkit.org/show_bug.cgi?id=307319 Reviewed by Brandon Stewart and Chris Dumez. Canonical link: https://commits.webkit.org/307068@main
1 parent 06d9f3e commit 179017b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6456,17 +6456,17 @@ ReadableStreamIterableEnabled:
64566456

64576457
ReadableStreamTransferEnabled:
64586458
type: bool
6459-
status: testable
6459+
status: stable
64606460
category: dom
6461-
humanReadableName: "ReadableStream transfer"
6462-
humanReadableDescription: "Enable ReadableStream transfer"
6461+
humanReadableName: "ReadableStream & friends transfer"
6462+
humanReadableDescription: "Enable ReadableStream & friends transfer"
64636463
defaultValue:
64646464
WebCore:
6465-
default: false
6465+
default: true
64666466
WebKitLegacy:
6467-
default: false
6467+
default: true
64686468
WebKit:
6469-
default: false
6469+
default: true
64706470

64716471
RemoteMediaSessionManagerEnabled:
64726472
type: bool

0 commit comments

Comments
 (0)