Remove protobufjs

Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
automated-signal
2026-03-11 19:59:49 -05:00
committed by GitHub
parent 179011728a
commit e53d115a4f
9 changed files with 45 additions and 207 deletions

View File

@@ -18,7 +18,7 @@ const log = createLogger('cleanDataForIpc');
*
* This cleans the data so it's roughly JSON-serializable, though it does not handle
* every case. You can see the expected behavior in the tests. Notably, we try to convert
* protobufjs numbers to JavaScript numbers, and we don't touch ArrayBuffers.
* bigint numbers to plain numbers, and we don't touch ArrayBuffers.
*
* [0]: https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Structured_clone_algorithm
*/