UNPKG

vendors

Version:

List of vendor prefixes known to the web platform

23 lines (22 loc) 220 B
/** * List of vendor prefixes * * @type {string[]} */ export const vendors = [ 'ah', 'apple', 'atsc', 'epub', 'hp', 'khtml', 'moz', 'ms', 'o', 'rim', 'ro', 'tc', 'wap', 'webkit', 'xv' ]