0

is it possible to somehow take this code and enter 'a' at the start of data?

const BSON = require('bson');
var exampleSocket = new WebSocket("wss://localhost:8876");
var json = {
  'username':this.name,
  'email':this.email,
  'password':this.password,

}
const data = new Uint8Array(BSON.serialize(json).buffer)
shalevB
  • 11
  • 3

0 Answers0