-
Trying to use with wrangler v2
```js
const { Telegraf } = require('telegraf');
const { Application, Router } = require('@cfworker/web');
const createTelegrafMiddleware = require('cfworker-middle…
-
Cloudflare Workers Sites 可以存放静态文件,[cfworker无服务器版](https://github.com/EtherDream/jsproxy/tree/master/cf-worker)脚本应该如何修改才能用呢?
-
As a feature request, it would be amazing if this library could work on `cloudflare workers`, `deno`, `vercel-edge`, `netlify-edge` and other edge runtimes.
These runtimes are gaining a lot of po…
-
I see various references in the source code for places that were the original work, usually under MIT.
Eg. https://github.com/cfworker/cfworker/blob/main/packages/json-schema/src/ucs2-length.ts men…
-
I tried to deploy this using `yarn run deploy`, but it instantly complained that it cannot deploy since it was trying to execute the following command:
```
cfworker deploy --name utteranc-es --route…
-
### 🔖 Feature description
Replace the non-precompiled AJV in the frontend due to its use of `eval`
### 🎤 Context
As mentioned here https://github.com/backstage/backstage/blob/bb6878f5b740abc7d903…
-
Hey @Tsuk1ko
thank you so much for this middleware.
I need to call a different worker, and cloudflare folks tell me it's not possible to communicate between workers with http.
Their suggesti…
-
@wayne630 JS有很多地方进行加密了,没加密的地方阅读起来实在是。。。难以理解
_Originally posted by @woodongwong in https://github.com/woodongwong/tvfix/issues/3#issuecomment-1139253673_
我也部署了你的这套代理,cfworkers一套 vps一套,刚对外免费开放就不行…
JMSTV updated
2 years ago
-
-
### I have the following schema
```jsonc
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "array",
"items": {
"type": "string"
}
}
```
### and …