Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit c8d79dc

Browse files
committed
Fix typo in WritableStream detection, based on #504
1 parent 254ea5c commit c8d79dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/9/engine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3462,7 +3462,7 @@ Test9 = (function () {
34623462
function (results) {
34633463
results.addItem({
34643464
key: 'streams.writeable',
3465-
passed: 'WriteableStream' in window
3465+
passed: 'WritableStream' in window
34663466
});
34673467
},
34683468

0 commit comments

Comments
 (0)