|
1032 | 1032 | /** |
1033 | 1033 | * The name of the browser's layout engine. |
1034 | 1034 | * |
| 1035 | + * The list of common layout engines include: |
| 1036 | + * "Blink", "Edge", "Gecko", "Trident" and "WebKit" |
| 1037 | + * |
1035 | 1038 | * @memberOf platform |
1036 | 1039 | * @type string|null |
1037 | 1040 | */ |
|
1040 | 1043 | /** |
1041 | 1044 | * The name of the product's manufacturer. |
1042 | 1045 | * |
| 1046 | + * The list of manufacturers include: |
| 1047 | + * "Apple", "Archos", "Amazon", "Asus", "Barnes & Noble", "BlackBerry", |
| 1048 | + * "Google", "HP", "HTC", "LG", "Microsoft", "Motorola", "Nintendo", |
| 1049 | + * "Nokia", "Samsung" and "Sony" |
| 1050 | + * |
1043 | 1051 | * @memberOf platform |
1044 | 1052 | * @type string|null |
1045 | 1053 | */ |
|
1048 | 1056 | /** |
1049 | 1057 | * The name of the browser/environment. |
1050 | 1058 | * |
| 1059 | + * The list of common browser names include: |
| 1060 | + * "Chrome", "Electron", "Firefox", "Firefox for iOS", "IE", |
| 1061 | + * "Microsoft Edge", "PhantomJS", "Safari", "SeaMonkey", "Silk", |
| 1062 | + * "Opera Mini" and "Opera" |
| 1063 | + * |
| 1064 | + * Mobile versions of some browsers have "Mobile" appended to their name: |
| 1065 | + * eg. "Chrome Mobile", "Firefox Mobile", "IE Mobile" and "Opera Mobile" |
| 1066 | + * |
1051 | 1067 | * @memberOf platform |
1052 | 1068 | * @type string|null |
1053 | 1069 | */ |
|
1064 | 1080 | /** |
1065 | 1081 | * The name of the product hosting the browser. |
1066 | 1082 | * |
| 1083 | + * The list of common products include: |
| 1084 | + * |
| 1085 | + * "BlackBerry", "Galaxy S4", "Lumia", "iPad", "iPod", "iPhone", "Kindle", |
| 1086 | + * "Kindle Fire", "Nexus", "Nook", "PlayBook", "TouchPad" and "Transformer" |
| 1087 | + * |
1067 | 1088 | * @memberOf platform |
1068 | 1089 | * @type string|null |
1069 | 1090 | */ |
|
0 commit comments