From a8236518392a4c3975e44ed4fbb2c603a49eda78 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 15 Mar 2024 16:46:45 -0700 Subject: [PATCH] Update the workerd compatibility date Moves the compatibility date further forward so that the tests can pick up newer stuff like `Headers` `getSetCookie()` --- generator/runtimes/workerd/config.capnp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/runtimes/workerd/config.capnp b/generator/runtimes/workerd/config.capnp index c1b33b6..e69faf1 100644 --- a/generator/runtimes/workerd/config.capnp +++ b/generator/runtimes/workerd/config.capnp @@ -30,7 +30,7 @@ const helloWorld :Workerd.Worker = ( modules = [ (name = "worker", esModule = embed "dist/handler.mjs") ], - compatibilityDate = "2023-02-28", + compatibilityDate = "2024-03-01", compatibilityFlags = ["nodejs_compat", "experimental"], bindings = [ (name = "unsafe", unsafeEval = void )