fork justpy
websocket id page_id->WebPage
{"type":"event","event_data":{"event_type":"click","id":1,"class_name":"Div","html_tag":"div","vue_type":"html_component","event_target":"1","page_id":0,"websocket_id":"","event_current_target":"1"}}
['attrs',
'id',
'vue_type',
'show',
'events',
'event_modifiers',
'classes',
'style',
'set_focus',
'html_tag',
'class_name',
'event_propagation',
'inner_html',
'animation',
'debug',
'transition',
'directives',
'scoped_slots',
'object_props',
'text']
animation: false
attrs: (...)
class_name: (...)
classes: (...)
debug: (...)
directives: (...)
event_modifiers: (...)
event_propagation: (...)
events: (...)
html_tag: (...)
id: (...)
inner_html: (...)
object_props: (...)
scoped_slots: (...)
set_focus: (...)
show: (...)
style: (...)
text: (...)
transition: (...)
vue_type: (...)
https://tailwindcomponents.com/component/table-1
let utterance = new window.SpeechSynthesisUtterance('Hello World');
utterance.lang = 'en-US';
window.speechSynthesis.speak(utterance)