ServerJS/Binary/C/Show of hands
Jump to navigation
Jump to search
This page lists the various show of hands for points within the Binary/C proposal.
Blob and Buffer in what module:
- A) Blob and Buffer in require('binary');
- Kris Kowal
- B) Blob in require('binary'); and Buffer in require('io');
- C) Blob and Buffer as globals
- Kris Kowal
- Daniel Friesen (MonkeyScript will provide global Blob whether it is standard or a non-standard addition)
- D) Blob as global and Buffer in require('io');