mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-01 02:15:42 +00:00
feat: add support of cloudflare workers (#596)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { ICacheConstructor } from './Cache.js';
|
||||
|
||||
export type Runtime = 'deno' | 'node' | 'browser' | 'unknown';
|
||||
export type Runtime = 'deno' | 'node' | 'browser' | 'cf-worker' | 'unknown';
|
||||
|
||||
export type FetchFunction = typeof fetch;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user