|
1033 | 1033 | /** |
1034 | 1034 | * The name of the browser's layout engine. |
1035 | 1035 | * |
| 1036 | + * The list of common layout engines include: |
| 1037 | + * "Blink", "Edge", "Gecko", "Trident" and "WebKit" |
| 1038 | + * |
1036 | 1039 | * @memberOf platform |
1037 | 1040 | * @type string|null |
1038 | 1041 | */ |
|
1041 | 1044 | /** |
1042 | 1045 | * The name of the product's manufacturer. |
1043 | 1046 | * |
| 1047 | + * The list of manufacturers include: |
| 1048 | + * "Apple", "Archos", "Amazon", "Asus", "Barnes & Noble", "BlackBerry", |
| 1049 | + * "Google", "HP", "HTC", "LG", "Microsoft", "Motorola", "Nintendo", |
| 1050 | + * "Nokia", "Samsung" and "Sony" |
| 1051 | + * |
1044 | 1052 | * @memberOf platform |
1045 | 1053 | * @type string|null |
1046 | 1054 | */ |
|
1049 | 1057 | /** |
1050 | 1058 | * The name of the browser/environment. |
1051 | 1059 | * |
| 1060 | + * The list of common browser names include: |
| 1061 | + * "Chrome", "Electron", "Firefox", "Firefox for iOS", "IE", |
| 1062 | + * "Microsoft Edge", "PhantomJS", "Safari", "SeaMonkey", "Silk", |
| 1063 | + * "Opera Mini" and "Opera" |
| 1064 | + * |
| 1065 | + * Mobile versions of some browsers have "Mobile" appended to their name: |
| 1066 | + * eg. "Chrome Mobile", "Firefox Mobile", "IE Mobile" and "Opera Mobile" |
| 1067 | + * |
1052 | 1068 | * @memberOf platform |
1053 | 1069 | * @type string|null |
1054 | 1070 | */ |
|
1065 | 1081 | /** |
1066 | 1082 | * The name of the product hosting the browser. |
1067 | 1083 | * |
| 1084 | + * The list of common products include: |
| 1085 | + * |
| 1086 | + * "BlackBerry", "Galaxy S4", "Lumia", "iPad", "iPod", "iPhone", "Kindle", |
| 1087 | + * "Kindle Fire", "Nexus", "Nook", "PlayBook", "TouchPad" and "Transformer" |
| 1088 | + * |
1068 | 1089 | * @memberOf platform |
1069 | 1090 | * @type string|null |
1070 | 1091 | */ |
|
1105 | 1126 | /** |
1106 | 1127 | * The family of the OS. |
1107 | 1128 | * |
1108 | | - * Common values include: |
| 1129 | + * The list of common OS families include: |
1109 | 1130 | * "Windows", "Windows 7 / Server 2008 R2", "Windows Vista / Server 2008", |
1110 | 1131 | * "Windows XP", "OS X", "Ubuntu", "Debian", "Fedora", "Red Hat", "SuSE", |
1111 | 1132 | * "Android", "iOS" and "Windows Phone" |
|
0 commit comments