You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ With browserify, simply `require('assert')` or use the `assert` global and you w
10
10
11
11
The goal is to provide an API that is as functionally identical to the [Node.js `assert` API](https://nodejs.org/api/assert.html) as possible. Read the [official docs](https://nodejs.org/api/assert.html) for API documentation.
12
12
13
+
> `assert` supports modern browsers. In Internet Explorer, the `throws`/`rejects` family of methods require a Promise shim. For Internet Explorer 8-10 supports, the shim and sham versions of [es5-shim](https://github.com/es-shims/es5-shim) are also required.
14
+
13
15
## Install
14
16
15
17
To use this module directly (without browserify), install it as a dependency:
0 commit comments