From 15415c72d55255b7d878395bf521c6f5865fc93f Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Mon, 29 Aug 2022 13:34:44 -0700 Subject: Define `Request.prototype.body` --- src/bun.js/bindings/ZigGeneratedClasses.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bun.js/bindings/ZigGeneratedClasses.h') diff --git a/src/bun.js/bindings/ZigGeneratedClasses.h b/src/bun.js/bindings/ZigGeneratedClasses.h index bc0a2ec6f..7b10cfd20 100644 --- a/src/bun.js/bindings/ZigGeneratedClasses.h +++ b/src/bun.js/bindings/ZigGeneratedClasses.h @@ -1182,7 +1182,8 @@ class JSRequest final : public JSC::JSDestructibleObject { DECLARE_VISIT_CHILDREN; - mutable JSC::WriteBarrier m_headers; + mutable JSC::WriteBarrier m_body; +mutable JSC::WriteBarrier m_headers; mutable JSC::WriteBarrier m_url; }; class JSRequestPrototype final : public JSC::JSNonFinalObject { -- cgit v1.2.3