Skip to content

Commit

Permalink
Add tailStream reserved key
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Dec 17, 2024
1 parent 99afcae commit a79ae35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wrangler/src/dev/miniflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const HANDLER_RESERVED_KEYS = new Set([
"webSocketClose",
"webSocketError",
"self",
"tailStream"
]);
function createProxyPrototypeClass(handlerSuperKlass, getUnknownPrototypeKey) {
Expand Down

0 comments on commit a79ae35

Please sign in to comment.