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 9ea43de commit 1b81012Copy full SHA for 1b81012
README.md
@@ -70,8 +70,9 @@ const object = error.httpResponse()
70
npm install modern-errors-http
71
```
72
73
-This package works in both Node.js >=14.18.0 and browsers. It is an ES module
74
-and must be loaded using
+This package works in both Node.js >=14.18.0 and
+[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/tasks/build/browserslist).
75
+It is an ES module and must be loaded using
76
[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c),
77
not `require()`.
78
0 commit comments