Skip to main content
Module

x/web_bson/mod.js>Binary#put

web_bson is a fork from mongodb/js-bson
Very Popular
Latest
method Binary.prototype.put
import { Binary } from "https://deno.land/x/web_bson@v0.3.0/mod.js";

Updates this binary with byte_value.

Parameters

byteValue:
| string
| number
| Uint8Array
| number[]
  • a single byte we wish to write.