Skip to content

Commit

Permalink
Update the workerd compatibility date (#79)
Browse files Browse the repository at this point in the history
Moves the compatibility date further forward so that the tests can pick up newer stuff like `Headers` `getSetCookie()`

Co-authored-by: Matt Kane <[email protected]>
  • Loading branch information
jasnell and ascorbic committed Mar 16, 2024
1 parent 491c9c4 commit 7242950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generator/runtimes/workerd/config.capnp
Expand Up @@ -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 )
Expand Down

0 comments on commit 7242950

Please sign in to comment.