invent-framework / invent

Express yourself with code.
https://invent-framework.github.io/
Apache License 2.0
108 stars 12 forks source link

Ensure modern Python/JS proxy object behaviour is used (when it lands in upstream PyScript). #94

Open ntoll opened 1 month ago

ntoll commented 1 month ago

Thanks to JavaScript Map objects being completely useless to us, we bridge things to JS objects via JSON encoding. New updates in PyScript should make this redundant. When the changes land, we should ensure we're no longer bridging as we once did.