OldAPI/binary/ProposalK
From CommonJS Spec Wiki
								
												
				/*** Binary
    Returns a  representation of an array of bytes.
    Accepts a Binary, or an Array of Numbers.
    Throws an error if any Number is greater than or equal to 256,
    less than 0, or of sub-integer precision.
*/
/**** length
*/
/**** get
*/
/**** set
*/
/**** slice
*/
/**** concat
*/
/**** indexOf
*/
/**** replace
*/
/**** toSource
*/
/**** toString
*/
/**** toSource
*/

