We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IpcIHData
IpcSOData
バックエンドで処理を実行する関数をまとめた型に、IpcIHDataとIpcSODataというのがあります。
確か前者がフロントエンドからバックエンドへの処理、後者がバックエンドからフロントエンドへの処理がまとまったものです。 ブラウザ版とかが実装されて色々複雑化してきているので、そろそろ分かりやすく改名してあげたいかもしれません。
ただどうしようかはちょっと迷っているので相談のためにissueを建ててみました。
分かりやすくなる
messageToBackendとmessageFromBackendとか…? (レンダラプロセス側の名称がないのでこうなっちゃう)
あるいはレンダラープロセス側を「フロントエンド」と呼んでいいのならfrontToBackやbackToFrontが使えるのですごく分かりやすくなりそう。 うーーーーーん。FrontToBackInterfaceとBackToFrontInterfaceとか・・・?
frontToBack
backToFront
FrontToBackInterface
BackToFrontInterface
0.20.0
関連
src/type/ipc.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
内容
バックエンドで処理を実行する関数をまとめた型に、
IpcIHData
とIpcSOData
というのがあります。確か前者がフロントエンドからバックエンドへの処理、後者がバックエンドからフロントエンドへの処理がまとまったものです。
ブラウザ版とかが実装されて色々複雑化してきているので、そろそろ分かりやすく改名してあげたいかもしれません。
ただどうしようかはちょっと迷っているので相談のためにissueを建ててみました。
Pros 良くなる点
分かりやすくなる
実現方法
messageToBackendとmessageFromBackendとか…?
(レンダラプロセス側の名称がないのでこうなっちゃう)
あるいはレンダラープロセス側を「フロントエンド」と呼んでいいのなら
frontToBack
やbackToFront
が使えるのですごく分かりやすくなりそう。うーーーーーん。
FrontToBackInterface
とBackToFrontInterface
とか・・・?VOICEVOXのバージョン
0.20.0
その他
関連
src/type/ipc.ts
のファイル名を変える? #2252The text was updated successfully, but these errors were encountered: