Ashcon Partovi
Ashcon Partovi
Example as seen here: https://blog.cloudflare.com/dogfooding-edge-workers/
Submit a PR to https://github.com/crafatar/crafatar and change their networking code to route here.
Search box and respond with usernames and mini avatars. Also add some overview about the whole project.
Eventually, we need to make sure that current patches don't have bugs upstream. Also, ensure that we port over any new and important patches that could work in base `1.8`.
This is a really great library, thanks for making it "thin" and easy to use. Would you consider adding support or making another library for tab list support?
The Workers runtime recently updated to V8 9.6, which has support for WebAssembly reference types. wasm-bindgen also has support with an optional flag: https://rustwasm.github.io/wasm-bindgen/reference/reference-types.html
We now allow `addEventListener` and `dispatchEvent` when using modules syntax. Therefore, we can remove the restriction that throws an error. Let's say you invoke `addEventListener("fetch")`. You will not receive Cloudflare's...