denoland / denoland/deno_cache_dir

Deno Deploy compatibility

Open
#35 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
49
Forks
17
PR merge metrics
No merged PRs in 30d

Description

![code changes](https://github.com/denoland/deno_cache/assets/27040628/0ecaa5f3-469f-4b49-905d-2417ce5667dc)
5dcb098 (`http_cache.ts`, Line 75) changed `Deno.permissions.query` to `Deno.permissions.querySync`.
And it seems to break compatibility with Deno Deploy.

```
TypeError: Deno.permissions.querySync is not a function
at HttpCache.set (https://deno.land/x/deno_cache@0.5.2/http_cache.ts:75:27)
```

Ref: #7, 632db51

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.