here ok ( using the p5.js online editor )
let test;
let url = 'https://tfhub.dev/google/imagenet/mobilenet_v2_100_224/classification/2/model.json?tfjs-format=file';
function preload() {
test = loadJSON(url);
}
function setup() {
print(test);
}
function draw() {
}
also can see it in win 10 / firefox and chrome browser
but i have also the firefox
CORS Everywhere
extension installed, but not needed here.