P5js keywords/functions Syntax highlighting

Even for loading stuff under the file:// scheme on Chromium-based browsers, there’s a “hack” for it: :smiling_imp:

It may seem my main browser is FF-based; but actually I mainly use SlimJet, which is Chromium-based, w/ the “–allow-file-access-from-files” flag enabled in its shortcut. :innocent:

However, since when p5js started to convert some of its loading API to rely on the Fetch API, that flag “hack” stopped working on them; for example loadTable(). :sob:

The Chrome devs made the Fetch API to reject the file:// scheme on purpose! :poop:

Of course the Fetch API works on FF under the file:// scheme just like anything else! :clap:

The FF quick & dirty “solution” is given as the simplest & easiest 1. :yum:

I don’t see how temporarily running JS scripts under the file:// scheme would impair n1 to deploy them under the https:// scheme later. :roll_eyes: