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 a7e1bcc commit a1c135eCopy full SHA for a1c135e
README.md
@@ -50,7 +50,7 @@ js_eval("console.log")('hello, world')
50
- [done] CommonJS module system .py loader, loads Python modules for use by JS
51
- JS object->Python dict coercion supports inherited-property lookup (via __getattribute__?)
52
- [done] Python host environment supplies event loop, including EventEmitter, setTimeout, etc.
53
-- Python host environment supplies XMLHttpRequest (other project?)
+- [done] Python host environment supplies XMLHttpRequest (other project?)
54
- Python host environment supplies basic subsets of NodeJS's fs, path, process, etc, modules; as-needed by dcp-client (other project?)
55
- [done] Python TypedArrays coerce to JS TypeArrays
56
- [done] JS TypedArrays coerce to Python TypeArrays
0 commit comments