denoland / deno_cache_dir

Deno CLI's module cache

Home Page:https://jsr.io/@deno/cache-dir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deno Deploy compatibility

gnlow opened this issue · comments

code changes
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