python-eel/Eel

Question about internal implementation

オープン

#524 opened on 2021/09/24

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (570 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (5,980 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Hi there! I have a question about the code here. Why is it necessary to find all the exposed JS functions before running? The Python side could send a message to the JS side asking to call a function with a specific name. Then, the JS side would check if such function exists, and if not, return an error. Thus, the current implementation seems overcomplicated to me.

Have you not considered this approach, or have you rejected it for some reason? Thanks.

コントリビューターガイド