如何在 NativeScript 中使用 Protobuf?

How can I use Protobuf in NativeScript?

我想在 NativeScript 应用程序中使用 protobuf,但是我正在努力弄清楚如何使用 NativeScript doesn't support binary 在线。

我知道 NativeScript 应用程序可以使用 protobuf,因为我很确定 nativescript-plugin-firebase 可以。这个插件如何使用 protobuf?

是的,它是 open feature request 支持 Http 请求中的二进制数据。

解决方法是使用 nativescript-background-http 支持将二进制数据上传到远程服务器的插件。

tns plugin add nativescript-background-http