get body()

in bindings/xlb/src/edge_binding.ts [158:163]


  get body(): string {
    if (this.newBody === undefined) {
      return new TextDecoder().decode(this.httpBody.body);
    }
    return this.newBody;
  }