superjson icon indicating copy to clipboard operation
superjson copied to clipboard

Add Buffer Support

Open nrdobie opened this issue 5 years ago • 0 comments

This would add support for Buffers as values. These would work like the Map, Set, and Date with no additional code for SJSON.

Possible Issues:

  • Buffers are a Node class so there will need to be some level of cross compatibility between browsers and Node. This could be done using typed arrays.

nrdobie avatar Jul 19 '19 15:07 nrdobie