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
API
The browser should only return the keys with true of the things it supports, everything else should be undefined.
Contents:
- fetch - the fetch api
- get - the get api
- get_type - refers to getClass, getId and getTag
- print - refers to print, printe and printw
- fetch - the fetch api
Support
YAB | WXV Core | |
---|---|---|
name | None | Full |
agent | None | Full |
version | None | Full |
api | None | Full |