worker-tools / workers.js.org

Worker Environments are the new standard for authoring HTTP servers in JavaScript.

Home Page:https://workers.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comparisons of the Performance API

Grunet opened this issue · comments

This Web Performance API, since it's just so generically named...

Would you be interested in having a line for that in the Browser APIs compatibility comparison?

I just learned today that Cloudflare Workers doesn't support it (or any of the other timing mechanisms for that) whereas Deno Deploy does, which (at least imo) seems like an important distinction for those trying to profile/understand the workers' behavior.

Also fwiw I'm not sure about the last 4 columns, but I believe Service Workers and Deno CLI do support it (though I'd need to double check).

(Really like your site btw! Was very helpful in orienting me when I was first learning about this stuff)

Hi, I wasn't aware that Deno really does support it (even Deno CLI). Would certainly be good to have one row dedicated to it.

Also fwiw I'm not sure about the last 4 columns

I'm close to removing a couple of columns since they are either already abandoned or made obsolete by Miniflare (now included in wrangler). If you intend to open a PR, you can leave a question mark there.