diff options
author | 2022-08-29 13:34:44 -0700 | |
---|---|---|
committer | 2022-08-29 13:34:44 -0700 | |
commit | 15415c72d55255b7d878395bf521c6f5865fc93f (patch) | |
tree | dd9d6ad8aa7154c8ac8ce71eee6e7f6799dbecc2 /src/bun.js/bindings/ZigGeneratedClasses.h | |
parent | 9d8fb814130a5af6206233eb5c08d974b75148ac (diff) | |
download | bun-15415c72d55255b7d878395bf521c6f5865fc93f.tar.gz bun-15415c72d55255b7d878395bf521c6f5865fc93f.tar.zst bun-15415c72d55255b7d878395bf521c6f5865fc93f.zip |
Define `Request.prototype.body`request-body-stream
Diffstat (limited to 'src/bun.js/bindings/ZigGeneratedClasses.h')
-rw-r--r-- | src/bun.js/bindings/ZigGeneratedClasses.h | 3 |
1 files changed, 2 insertions, 1 deletions
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<JSC::Unknown> m_headers; + mutable JSC::WriteBarrier<JSC::Unknown> m_body; +mutable JSC::WriteBarrier<JSC::Unknown> m_headers; mutable JSC::WriteBarrier<JSC::Unknown> m_url; }; class JSRequestPrototype final : public JSC::JSNonFinalObject { |