Skip to content

Commit

Permalink
fix crossOriginIsolated test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasgelfond committed Dec 24, 2024
1 parent 3e81b29 commit b237a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
echo "Testing SharedArrayBuffer availability..."
cat << EOF > debug-sab.js
console.log('SharedArrayBuffer available:', typeof SharedArrayBuffer !== 'undefined');
console.log('crossOriginIsolated:', crossOriginIsolated);
console.log('crossOriginIsolated:', window.crossOriginIsolated);
EOF
node debug-sab.js
Expand Down

0 comments on commit b237a87

Please sign in to comment.