Skip to content

Commit

Permalink
Update JSPI detector to match current spec
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Knoblich <stkn@bitplumber.de>
  • Loading branch information
stknob committed Jun 13, 2024
1 parent 5e491be commit b8f4668
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 b8f4668

Please sign in to comment.