MCPcopy Index your code
hub / github.com/rawpython/remi / execute_javascript

Method execute_javascript

remi/server.py:541–542  ·  view source on GitHub ↗
(self, code)

Source from the content-addressed store, hash-verified

539 ws.close(terminate_server=False)
540
541 def execute_javascript(self, code):
542 self._send_spontaneous_websocket_message(_MSG_JS + code)
543
544 def notification_message(self, title, content, icon=""):
545 """This function sends "javascript" message to the client, that executes its content.

Callers 14

notification_messageMethod · 0.95
updateMethod · 0.80
updateMethod · 0.80
query_clientMethod · 0.80
request_cookiesMethod · 0.80
remove_cookieMethod · 0.80
set_cookieMethod · 0.80
_get_available_voicesMethod · 0.80
on_sayMethod · 0.80
refreshMethod · 0.80
video_startMethod · 0.80
video_stopMethod · 0.80

Tested by

no test coverage detected