sirhype
03/23/2023, 1:26 AMCyb3r-Jok3
03/23/2023, 1:26 AMKeizer
03/23/2023, 1:32 AMKeizer
03/23/2023, 1:33 AMsirhype
03/23/2023, 1:34 AMCyb3r-Jok3
03/23/2023, 1:35 AMKeizer
03/23/2023, 1:35 AMKeizer
03/23/2023, 1:36 AMCyb3r-Jok3
03/23/2023, 1:36 AMCyb3r-Jok3
03/23/2023, 1:37 AMwrangler dev
should work but not wrangler dev --local
sirhype
03/23/2023, 1:37 AMsirhype
03/23/2023, 2:25 AM[mf:err] POST /: NotSupportedError: Unrecognized name.
When I try to upgrade miniflare + wrangler I get:
[mf:err] POST /: TypeError: Failed to parse URL from [object Object]
I didn't do anything so I have no idea why this happened. A quick search shows this thread from last year: https://github.com/cloudflare/miniflare/issues/144
But it should've been patched as far as I can tell with 2.1.0 🤔 Any ideas?AwesomestGamer
03/23/2023, 4:04 AMUnsmart | Tech debt
03/23/2023, 4:19 AMUnsmart | Tech debt
03/23/2023, 4:20 AMAwesomestGamer
03/23/2023, 4:25 AMUnsmart | Tech debt
03/23/2023, 4:26 AMUnsmart | Tech debt
03/23/2023, 4:27 AMUnsmart | Tech debt
03/23/2023, 4:27 AMBrian.
03/23/2023, 7:07 AMCrazy Rabbit
03/23/2023, 2:03 PMCrazy Rabbit
03/23/2023, 2:03 PMCrazy Rabbit
03/23/2023, 2:04 PMjs
await this.cache.delete("https://api.rabbitserverlist.com?key=" + key);
Crazy Rabbit
03/23/2023, 2:08 PMBrendan Irvine-Broque
03/23/2023, 2:09 PMAsyncLocalStorage
, EventEmitter
, Buffer
, assert
, and util
. No polyfills required — these are the real deal.
**Blog post**: https://blog.cloudflare.com/workers-node-js-asynclocalstorage/
**Docs**: https://developers.cloudflare.com/workers/runtime-apis/nodejs/
You can try these out in your Worker today, by enabling the nodejs_compat
compatibility flag in your wrangler.toml
We'd love to hear what you think! cc @UserCrazy Rabbit
03/23/2023, 2:44 PMawait caches.default.delete(key)
globally remove data from all servers / data centers? Probably not right?kian
03/23/2023, 2:45 PMCrazy Rabbit
03/23/2023, 2:46 PMErisa | Support Engineer
03/23/2023, 2:52 PM