Anywhere
EJSON.newBinary
import { EJSON } from 'meteor/ejson'
Source Allocate a new buffer of binary data that EJSON can serialize.
Arguments
- size Number
-
The number of bytes of binary data to allocate.
EJSON.newBinary
import { EJSON } from 'meteor/ejson'
Source Allocate a new buffer of binary data that EJSON can serialize.
The number of bytes of binary data to allocate.
Please login to continue.