Anyone fetching micro.blog’s JSON Feed with front end JS and dealing with CORS/CORB? CORS is easy to skip with fetch’s { mode: "no-cors" }
, but that doesn’t stop Chrome’s CORB blocking.
Mike Skalnik
@skalnik
Anyone fetching micro.blog’s JSON Feed with front end JS and dealing with CORS/CORB? CORS is easy to skip with fetch’s { mode: "no-cors" }
, but that doesn’t stop Chrome’s CORB blocking.