Skip to content

Commit 2700fb5

Browse files
committed
Enable ReadableStreamIterableEnabled by default
rdar://168049382 https://bugs.webkit.org/show_bug.cgi?id=305366 Reviewed by Chris Dumez. Implementation is complete and WPT tests are all green. Canonical link: https://commits.webkit.org/305808@main
1 parent b6cdffc commit 2700fb5

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
@@ -6532,17 +6532,17 @@ ReadableByteStreamFetchSourceEnabled:
65326532

65336533
ReadableStreamIterableEnabled:
65346534
type: bool
6535-
status: preview
6535+
status: stable
65366536
category: dom
65376537
humanReadableName: "ReadableStream async iterable"
65386538
humanReadableDescription: "Enable ReadableStream async iterable"
65396539
defaultValue:
65406540
WebCore:
6541-
default: false
6541+
default: true
65426542
WebKitLegacy:
6543-
default: false
6543+
default: true
65446544
WebKit:
6545-
default: false
6545+
default: true
65466546

65476547
RemoteMediaSessionManagerEnabled:
65486548
type: bool

0 commit comments

Comments
 (0)