Variable: BROWSER_PLATFORM
Variable: BROWSER_PLATFORM
const BROWSER_PLATFORM: "browser" = 'browser';
A constant representing the browser platform identifier.
This constant is used as an alias for the browser Adapter within the Stone.js framework. It helps in identifying and configuring platform-specific adapters or components for handling incoming requests and responses.