invent icon indicating copy to clipboard operation
invent copied to clipboard

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

Open ntoll opened this issue 4 months ago • 1 comments

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.

ntoll avatar Apr 12 '24 13:04 ntoll