Skip to content

Commit b237a87

Browse files
committed
fix crossOriginIsolated test
1 parent 3e81b29 commit b237a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
echo "Testing SharedArrayBuffer availability..."
137137
cat << EOF > debug-sab.js
138138
console.log('SharedArrayBuffer available:', typeof SharedArrayBuffer !== 'undefined');
139-
console.log('crossOriginIsolated:', crossOriginIsolated);
139+
console.log('crossOriginIsolated:', window.crossOriginIsolated);
140140
EOF
141141
node debug-sab.js
142142

0 commit comments

Comments
 (0)