Skip to content

Commit

Permalink
StarlingMonkey fixes (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored Jun 5, 2024
1 parent 95ff13b commit 4e5b9ee
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 770 deletions.
2 changes: 0 additions & 2 deletions integration-tests/js-compute/fixtures/app/src/tee.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ routes.set("/tee", async function (event) {

routes.set("/tee/error", async function (event) {
const req = event.request;
console.log(req.method);
let res = fetch('/post', {
method: "POST",
body: new ReadableStream({
Expand All @@ -43,7 +42,6 @@ routes.set("/tee/error", async function (event) {
return res
.then(() => new Response("Error wasn't raised"))
.catch((err) => {
console.log(err.toString());
return new Response(err.toString());
});
});
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"GET /cache-entry/age/called-on-instance",
"GET /transaction-cache-entry/insertAndStreamBack/write-to-writer-and-read-from-reader"
]
Loading

0 comments on commit 4e5b9ee

Please sign in to comment.