method Buffer.prototype.writeimport { Buffer } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/test_deps.ts?p=prototype.write&s=Buffer";write(p: Uint8Array): Promise<number>NOTE: This methods writes bytes synchronously; it's provided for compatibility with Writer interface. Parametersp: Uint8Array[src]ReturnsPromise<number>[src]