We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f85bed commit 1f37b3cCopy full SHA for 1f37b3c
README.md
@@ -11,11 +11,12 @@
11
12
**It can...**
13
14
-- Be used to execute untrusted code
15
-- Timeout long-running code and prevent infinite loops
16
-- Handle errors gracefully
17
-- Run restricted code
18
-- Pass rich data structures back
+- [x] Be used to execute untrusted code
+- [ ] Timeout long-running code and infinite loops
+- [x] Handle errors gracefully
+- [x] Run restricted code
+- [x] Pass rich data structures back
19
+- [ ] Capture console output
20
21
```js
22
const s = new Sandbox();
0 commit comments