globalsRequest()prototypeRequest.arrayBuffer()Version: 3.27.2On this pageRequest.arrayBuffer()The arrayBuffer() method of the Request interface reads the request body and returns it as a promise that resolves with an ArrayBuffer.SyntaxarrayBuffer()ParametersNone.Return valueA promise that resolves with an ArrayBuffer.