[node-bridge] Support streaming response for Serverless Function (#8795)

Adds streaming response support for React Server Components with Next 13.
This commit is contained in:
Nathan Rajlich
2022-11-01 19:16:37 -07:00
committed by GitHub
parent 11d0091393
commit 301bcf58fb
17 changed files with 588 additions and 183 deletions

View File

@@ -1,3 +1,4 @@
// bust cache
const assert = require('assert');
const { createHash } = require('crypto');
const path = require('path');