Gio.MemoryInputStream.prototype.add_bytes
function add_bytes(bytes: ByteArray): void {
    // Gjs wrapper for g_memory_input_stream_add_bytes()
}
  Appends bytes to data that can be read from the input stream.
Since 2.34
- bytes
- input data 
function add_bytes(bytes: ByteArray): void {
    // Gjs wrapper for g_memory_input_stream_add_bytes()
}
  Appends bytes to data that can be read from the input stream.
Since 2.34
input data