Skip to content

Commit a1c135e

Browse files
authored
Update README.md
1 parent a7e1bcc commit a1c135e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ js_eval("console.log")('hello, world')
5050
- [done] CommonJS module system .py loader, loads Python modules for use by JS
5151
- JS object->Python dict coercion supports inherited-property lookup (via __getattribute__?)
5252
- [done] Python host environment supplies event loop, including EventEmitter, setTimeout, etc.
53-
- Python host environment supplies XMLHttpRequest (other project?)
53+
- [done] Python host environment supplies XMLHttpRequest (other project?)
5454
- Python host environment supplies basic subsets of NodeJS's fs, path, process, etc, modules; as-needed by dcp-client (other project?)
5555
- [done] Python TypedArrays coerce to JS TypeArrays
5656
- [done] JS TypedArrays coerce to Python TypeArrays

0 commit comments

Comments
 (0)