Module: decor/sniff

decor/sniff

This module sets has() flags based on the current browser:

  • has("webkit"), has("chrome"), has("safari")
  • has("mozilla"), has("ff")
  • has("ie")
  • has("ios")
  • has("android")

It returns the has() function.

Show inherited