Skip to content

Browser

@namespace Browser

A namespace with static properties for browser/feature detection used by Leaflet internally.

Usage example

js
if (Browser.chrome) {
alert('You are running Chrome!');
}