Lua v2 Browser

This global table holds data about the browser.

browser.name
Properties Values
Editable No

Contents

  • name - The name of the browser used Browser name!
  • agent - A normalized version of the name browser_name
  • version - Version of the browser used
  • api - A table containing info if the browsers support certain apis
  • storage - A way to store data, refer to here

API

The browser should only return the keys with true of the things it supports, everything else should be undefined.
Contents:

Support

  WXV Core
name 1
agent 1
version 1
api 1
storage 2