Type alias OnDemandExperimental 
 
OnDemand: { 
    BSONElement: BSONElement; 
    ByteUtils: ByteUtils; 
    NumberUtils: NumberUtils; 
    parseToElements: ((this, bytes, startOffset?) => Iterable<BSONElement>); 
}
Type declaration
- 
BSONElement: BSONElement
 
- 
ByteUtils: ByteUtils
 
- 
NumberUtils: NumberUtils
 
- 
parseToElements: ((this, bytes, startOffset?) => Iterable<BSONElement>)
- 
- (this, bytes, startOffset?): Iterable<BSONElement>
 
- 
Parameters
- 
this: void
 
- 
bytes: Uint8Array
 
- 
Optional startOffset: number
 
 
Returns Iterable<BSONElement>
 
 
 
 
 
A new set of BSON APIs that are currently experimental and not intended for production use.