v0.4.0 #308
zollqir
announced in
Announcements
v0.4.0
#308
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PythonMonkey v0.4.0
globalThis
for the value ofthis
pm.eval
can now accept a file object as its first argument (such as an object returned by theopen()
python built-in), which is expected to be a javascript filepm.require
(or other requires created bypm.createRequire
), .py CommonJS modules now have precedence over .js modules when there is a namespace collisionsetTimeout
now returns a Node.js-styleTimeout
class for the timeout id, with.ref()
and.unref()
methodsXMLHttpRequest.withCredentials
"json"
support forXMLHttpRequest.responseType
console
methodsThis discussion was created from the release v0.4.0.
Beta Was this translation helpful? Give feedback.
All reactions