Skip to content

Commit 4116554

Browse files
committed
feat: add common API:s along with fetch
1 parent a4d3dbb commit 4116554

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • packages/job-worker/src/blueprints

packages/job-worker/src/blueprints/cache.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ export async function parseBlueprintDocument(
5757
const context = vm.createContext(
5858
{
5959
fetch,
60+
URL,
61+
URLSearchParams,
62+
AbortController,
63+
AbortSignal,
6064
},
6165
{}
6266
)

0 commit comments

Comments
 (0)