[submodule:extensions] Restore Bots as an umbrella term for any kind of automated browsers: CLIs, Crawlers, Fetchers, and Modules

This commit is contained in:
Faisal Salman
2024-09-22 13:46:17 +07:00
parent 391b8087fb
commit f00fb3a2e2
3 changed files with 19 additions and 2 deletions

View File

@@ -342,7 +342,21 @@ const Modules = Object.freeze({
]
});
//////////
// BOTS
/////////
const Bots = Object.freeze({
browser : [
...CLIs.browser,
...Crawlers.browser,
...Fetchers.browser,
...Modules.browser
]
});
module.exports = {
Bots,
CLIs,
Crawlers,
ExtraDevices,