We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f123ce5 commit 6e14dbaCopy full SHA for 6e14dba
test/helpers/supportsBlob.js
@@ -1,4 +1,4 @@
1
-module.exports = function supportsWebAssembly() {
+module.exports = function supportsBlob() {
2
try {
3
return typeof Blob !== "undefined";
4
} catch (_err) {
test/helpers/supportsResponse.js
+module.exports = function supportsResponse() {
// eslint-disable-next-line n/no-unsupported-features/node-builtins
return typeof Response !== "undefined";
0 commit comments