Appearance
@namespace Browser
A namespace with static properties for browser/feature detection used by Leaflet internally.
if (Browser.chrome) { alert('You are running Chrome!'); }