jazzypants1989 / jessquery

Modern JavaScript is pretty good, but typing `document.querySelector()` is a pain. This is a tiny library that makes DOM manipulation easy. jQuery is around 30kb, while this is only around 3.5kb. Lots of JSDoc comments so it's self-documenting and works great with TypeScript.
119 stars 1 forks source link

smol issue : size badge doesn't appear on Chrome #5

Closed EDM115 closed 1 year ago

EDM115 commented 1 year ago

image

chrome enforces Cross-Origin Read Blocking (CORB) policy, which makes the badge not loading up

note that the original image shows :
image and the github proxied one shows too (in a new tab) :
image

jazzypants1989 commented 1 year ago

Dang, I was wondering why that was being so flaky and bothersome! Do you know why the NPM one seems to consistently work in contrast?

EDM115 commented 1 year ago

image
for the weirdest reasons it works now
but i will still search what causes the bug :)

EDM115 commented 1 year ago

is there any source/presentation page for the first badge endpoint ?
none of my searches shows any result nvm, found https://twitter.com/jsbundle/status/1634455567321255936?s=20

jazzypants1989 commented 1 year ago

Okay, thanks for doing the research! I really appreciate it.

I'm gonna go ahead and close this. I don't really mind if people see the alt-text sometimes lol.