Skip to content

v0.8.0

Compare
Choose a tag to compare
@caleb-distributive caleb-distributive released this 31 Jul 18:52
· 188 commits to main since this release
7a2ffd0
  • python bytes objects are now passed to JavaScript as immutable Uint8Array
  • python dict and user-defined class objects now use the prototype chain for following methods in JavaScript:
    • Object.prototype.toString
    • Object.prototype.toLocaleString
    • Object.prototype.valueOf
  • python iterator objects passed to JS now have the [Symbol.toPrimitive] and .valueOf properties in JavaScript to support use with console.log