gpt4 book ai didi

node.js - Electron:将缓冲区从主发送到渲染器

转载 作者:IT老高 更新时间:2023-10-28 23:21:57 26 4
gpt4 key购买 nike

在主进程中,我有一个简单的Uint8Array,我想将它发送给渲染器进程。

sender.send 正在将所有内容都转换为 JSON,因此它不能用于二进制数据。

有没有简单的解决方案?

最佳答案

在 main.js 中

global.Uint8Array.root = YOUR_JSON;

在渲染js中

const {remote} = require('electron');
...
console.log(remote.getGobal('Uint8Array').root);

关于node.js - Electron:将缓冲区从主发送到渲染器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36456984/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com