rsnext/test/integration/middleware
Filip Skokan 0985b0b472
share collections in middleware vm context (#31043)
When libraries are required outside of the middleware function context and they do checks such as `a instanceof Uint8Array` since the constructors are different between the two contexts they'll always yield false.

This is a problem for libraries validating user input as well as the WebCryptoAPI polyfill used outside of Edge Functions.

- Fixes #30477
- Fixes #30911

This is only a problem for the sandbox runtime, not when ran inside an Edge Function.
2021-11-09 19:57:19 +00:00
..
core share collections in middleware vm context (#31043) 2021-11-09 19:57:19 +00:00
with-base-path fix(31013): add base path to preflight request url (#31101) 2021-11-09 19:03:05 +00:00
with-eval Update middleware eval checks (#30883) 2021-11-05 20:48:43 +00:00
with-i18n Fix middleware i18n rewrites (#31174) 2021-11-09 01:28:39 +00:00