-
Running this command sequence (using wrangler:
```bash
npx wrangler generate worker-playground https://github.com/cloudflare/worker-typescript-template
cd worker-playground
npm install
npm run …
-
- [ ] [Zero-latency SQLite storage in every Durable Object](https://simonwillison.net/2024/Oct/13/zero-latency-sqlite-storage-in-every-durable-object/)
# Zero-latency SQLite storage in every Durable …
-
https://blog.misaka.rest/2023/07/11/cf-wkrs-yxurl/
在使用 XIU2 的优选工具的部分时候,由于 CloudFlare 在这时候对优选测速地址的限制,导致优选的 IP 的速度都是为 0 MB/s。那么我们如何避免这个问题呢?下面我来和大家一起来使用 CloudFlare Workers 搭建自己的优选测速地址。 准备材料 CloudFlare…
-
使用Cloudflare CDN加载pdf.worker.js速度很慢,导致加载pdf很慢,建议更换其他在国内外加载速度都很快的CDN或者文件本地化
pdfjs.GlobalWorkerOptions.workerSrc = `//cdnjs.cloudflare.com/ajax/libs/pdf.js/${pdfjs.version}/pdf.worker.js`;
-
> Imported from #129
- [ ] `--cfw` (or `--monorepo` ??) for monorepo/multi-worker setup
_Should use [`cfw`](https://github.com/lukeed/cfw) to build/deploy Workers_
* replaces `wrangler` …
-
Commit: https://github.com/Harry-zklcdc/go-proxy-bingai/commit/629f2a3bc77dac5ef70991e24c1653ca6e6c2c76
## 使用方法
同 Cloudflare Worker部署方式,不过要修改 `worker.js` 添加 `KievRPSSecAuth` 的 cookie
## 部署之后…
-
## For general use
#### Minimal feature set
- [x] https://github.com/ipfs-shipyard/helia-service-worker-gateway/issues/19
- [x] https://github.com/ipfs-shipyard/helia-service-worker-gateway/is…
-
Following the instructions in the README results in the following error.
``No event handlers were registered. This script does nothing.``
Cloudflare accepts two formats for a worker. Service Wo…
-
### Are you using the latest version of this library?
- [X] I verified that the issue exists in the latest next-safe-action release
### Is there an existing issue for this?
- [X] I have searc…
-
[workers-rs](https://github.com/cloudflare/workers-rs) now supports websocket APIs (https://github.com/cloudflare/workers-rs/pull/124)