mazey
    Preparing search index...

    Function genBrowserAttrs

    • Generate browser attributes from the detected browser information.

      Usage:

      import { genBrowserAttrs } from "mazey";

      const attrs = genBrowserAttrs();
      console.log(attrs);

      Output:

      ["windows", "desktop", "webkit", "chrome"]
      

      Parameters

      • prefix: string = ""
      • separator: string = "-"

      Returns string[]

      Browser attributes

      Browser only.