Skip to content

Commit

Permalink
Merge pull request #78 from stknob/update-jspi-detector
Browse files Browse the repository at this point in the history
Update JSPI detector to match current spec
  • Loading branch information
tomayac authored Jun 18, 2024
2 parents 5e491be + b8f4668 commit ee4a998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detectors/jspi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/

export default async () => {
return "Suspender" in WebAssembly;
return "Suspending" in WebAssembly;
};

0 comments on commit ee4a998

Please sign in to comment.