Commit c78b177
fix: Webcontainer AsyncLocalStorage workaround throttle (#14526)
* don't reset `sync_store` and handle one request at a time
* dry Promise.withResolvers
* hardening webcontainer detection based on @webcontainer/env
* Revert "hardening webcontainer detection based on @webcontainer/env"
This reverts commit 0f5e744.
* changeset
* Update packages/kit/src/runtime/server/constants.js
Co-authored-by: Tee Ming <[email protected]>
* try this
* move current
---------
Co-authored-by: Rich Harris <[email protected]>
Co-authored-by: Tee Ming <[email protected]>
Co-authored-by: Rich Harris <[email protected]>1 parent 4769d16 commit c78b177
File tree
2 files changed
+8
-3
lines changed- .changeset
- packages/kit/src/runtime/server
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments