(REF) BrowserLoader - Remove unused flags
authorTim Otten <totten@civicrm.org>
Tue, 16 May 2023 19:23:02 +0000 (12:23 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 22 May 2023 21:40:33 +0000 (14:40 -0700)
commit6b9a04d447690ab345a92a1c47b3f6d3c4472b05
tree2a046de01bcd7df87ef17a02ce2195c2a3fe622d
parentcefb7df15e9669995c8b21367102ce49853e9816
(REF) BrowserLoader - Remove unused flags

These flags were drafted when there was single "loader" class -- the idea
was that a UF might toggle these flags. However:

* The branch now supports swapping the "loader" class entirely.
* It's easier to read the class if you don't have so many flags.
* We don't have a real UF contract to compare against, so the
  flags are a bit speculative.
Civi/Esm/BrowserLoader.php
Civi/Esm/ShimLoader.php