m.kelas-karyawan-ftumj.prestasi.web.id
Layanan Informasi 17 Jam
Telp/Fax : 021-8762002, 8762003, 8762004, 87912360
HP/SMS : 081 1110 4824 27, 0812 9526 2009, 08523 1234 000
WhatsApp : 0817 0816 486, 0812 9526 2009
email : _ Hubungi Kami _ _ silahkan klik
Perbandingan -- layout engines (ECMAScript) The following tables compare ECMAScript (particularly JavaScript ) support for a number of layout engines . Please see the individual products' articles for further information. This article is not all-inclusive or necessarily up-to-date. Unless otherwise specified in footnotes, comparisons are based on the stable versions without any add-ons, extensions or external programs.
Explanation of the tables Engine nomenclature Rather than the names of web browsers, the names of the underlying engines are used. The browsers that use the various engines are listed below.
Layout engine Release version Preview version Used by Amaya 11.3.1 11.3-pre Amaya Gecko 19.0.2 20.0 All Mozilla software, including Firefox ; SeaMonkey and Galeon ; Camino ; K-Meleon ; Flock (up to 2.x); Debian IceWeasel ; GNU IceCat (formerly GNU IceWeasel); Icedove , Iceape and Iceowl ; Fennec . Also used by the Maple platform in 2010 and 2011 Samsung "SmartTV" devices which are based on the build used in Firefox 3.0. KHTML N/A Konqueror † Presto 2.12.388 Opera ; Opera Mobile , Nintendo DS & DSi Browser ; Internet Channel Tasman (IE 5.2.3 for Mac) none (aborted in 2003) Internet Explorer 5+ for Mac OS X Trident 6.0 (IE 10) 6.0 (IE 10) Internet Explorer and other Internet Explorer shells like Maxthon (Microsoft Windows operating systems only), Windows Phone 8 WebKit 534.20 r146740 Tizen (both OS and browser), Safari (both desktop and mobile), Google Chrome , Maxthon 3 , Shiira , iCab 4 , OmniWeb 5.5 +, Web , Adobe AIR , Midori , Adobe Dreamweaver CS4 and CS5 , Android browser, Palm webOS browser, Symbian S60 browser, OWB , Steam , Rekonq , Arora , Flock (version 3+), RockMelt , Dolphin Browser , Sleipnir , Konqueror † , rekonq . Used by the LG Smart TV platform to enable web content on TVs.
† In Konqueror, the user can switch layout engine.
Values Values indicate the level of support in the most recent version of the layout engine, or (if a version number is given) in the specified version. Version numbers without any other value indicate the version at which the layout engine first fully supported the feature.
Value Meaning Yes Indicates that the layout engine fully supports this property/element when valid values are used. No Indicates that the property/element is completely ignored. Partial Indicates that the property/element is understood, but that not all values are supported. Supported values are implemented correctly. Incorrect Indicates that the property/element is understood, but that it is not implemented correctly in all cases. Experimental Indicates that the property/element is understood, but supported under an alternate name. May be incomplete or buggy. Dropped Indicates that the property/element is no longer supported. Nightly build Indicates that the property/element is supported to some extent in an experimental/nightly build. Future support is expected. Depends Indicates that the property/element is supported only on certain platforms, or if certain settings are configured.
ECMAScript version support Standard Library Global object Trident Gecko WebKit Presto Chrome WebKit Value properties NaN4.0 0.6 Yes Yes Yes Infinity4.0 0.6 Yes Yes Yes undefined5.5 0.6 Yes Yes Yes Function properties eval(x)3.0 0.6 Yes Yes Yes parseInt(string [, radix])3.0 0.6 Yes Yes Yes parseFloat(string)3.0 0.6 Yes Yes Yes isNaN(number)4.0 0.6 Yes Yes Yes isFinite(number)4.0 0.6 Yes Yes Yes URI handling functions decodeURI(encodedURI)5.5 0.6 Yes Yes Yes decodeURIComponent(encodedURIComponent)5.5 0.6 Yes Yes Yes encodeURI(uri)5.5 0.6 Yes Yes Yes encodeURIComponent(uriComponent)5.5 0.6 Yes Yes Yes Constructor properties Object4.0 Yes Yes Yes Yes Function4.0 Yes Yes Yes Yes Array4.0 Yes Yes Yes Yes String3.0 Yes Yes Yes Yes Boolean3.0 Yes Yes Yes Yes Number3.0 Yes Yes Yes Yes Date3.0 Yes Yes Yes Yes RegExp4.0 Yes Yes Yes Yes Error5.0 Yes Yes Yes Yes EvalError5.0 Yes Yes Yes Yes RangeError5.0 Yes Yes Yes Yes ReferenceError5.0 Yes Yes Yes Yes SyntaxError5.0 Yes Yes Yes Yes TypeError5.0 Yes Yes Yes Yes URIError5.0 Yes Yes Yes Yes Other properties Math3.0 Yes Yes Yes Yes Additional properties escape(string)3.0 Yes Yes Yes Yes unescape(string)3.0 Yes Yes Yes Yes
Object object Trident Gecko WebKit Presto Chrome WebKit Called as function Object([value])Yes Yes Yes Yes Yes Called as constructor new Object([value])4.0 Yes Yes Yes Yes Properties prototype4.0 Yes Yes Yes Yes Properties of prototype constructor4.0 Yes Yes Yes Yes toString()4.0 Yes Yes Yes Yes toLocaleString()4.0 Yes Yes Yes Yes valueOf()4.0 Yes Yes Yes Yes hasOwnProperty(V)5.5 Yes 3 Yes Yes isPrototypeOf(V)5.5 Yes 3 Yes Yes propertyIsEnumerable(V)5.5 Yes 3 Yes Yes
Function object Trident Gecko WebKit Presto Chrome WebKit Called as function Function([[p1 [, p2 [, ...]],] body]) ? ? Yes ? Yes Called as constructor new Function([[p1 [, p2 [, ...]],] body])4.0 1.0 Yes 1.0 Yes Properties length ? 1.0 Yes Yes Yes prototype4.0 1.0 Yes 1.0 Yes Properties of prototype length ? 1.0 Yes ? Yes constructor4.0 1.0 Yes 1.0 Yes toString()4.0 1.0 Yes 1.0 Yes apply(thisArg, argArray)4.0 1.0 Yes 1.0 Yes call(thisArg [, arg1 [, arg2 [, ...]]])4.0 1.0 Yes 1.0 Yes Properties of instances length4.0 1.0 Yes 1.0 Yes prototype4.0 1.0 Yes 1.0 Yes
Array object Trident Gecko WebKit Presto Chrome WebKit Called as function Array([item1 [, item2 [, ...]]])Yes Yes Yes Yes Yes Called as constructor new Array([item1, item2 [, ...]])4.0 1.0 Yes 1.0 Yes new Array(len)4.0 1.0 Yes 1.0 Yes Properties prototype4.0 1.0 Yes 1.0 Yes Properties of prototype constructor4.0 1.0 Yes 1.0 Yes toString()4.0 1.0 Yes 1.0 Yes toLocaleString()5.5 1.0 Yes 1.0 Yes concat([item1 [, item2 [,...]]])4.0 1.0 Yes 1.0 Yes join(separator)4.0 1.0 Yes 1.0 Yes pop()5.5 1.0 Yes 1.0 Yes push([item1 [, item2 [,...]]])5.5 1.0 Yes 1.0 Yes reverse()4.0 1.0 Yes 1.0 Yes shift()5.5 1.0 Yes 1.0 Yes slice(start, end)4.0 1.0 Yes 1.0 Yes sort(comparefn)4.0 1.0 Yes 1.0 Yes splice(start, deleteCount [, item1 [, item2 [, ...]]])5.5 1.0 Yes 1.0 Yes unshift([item1 [, item2 [, ...]]])5.5 1.0 Yes 1.0 Yes indexOf(searchElement[, fromIndex])9.0[ 2] 1.8 522 2.1 Yes lastIndexOf(searchElement[, fromIndex])1.8 522 2.1 Yes filter(callback[, thisObject])1.8 522 2.1 Yes forEach(callback[, thisObject])1.8 522 2.1 Yes every(callback[, thisObject])1.8 522 2.1 Yes map(callback[, thisObject])1.8 522 2.1 Yes some(callback[, thisObject])1.8 522 2.1 Yes reduce(callback[, initialValue])1.9 528 2.5.22 Yes reduceRight(callback[, initialValue])1.9 528 2.5.22 Yes Properties of instances length4.0 1.0 Yes 1.0 Yes
String object Trident Gecko WebKit Presto Chrome WebKit Called as function String([value])Yes Yes Yes Yes Yes Called as constructor new String([value])3.0 1.0 Yes 1.0 Yes Properties prototype4.0 1.0 Yes 1.0 Yes fromCharCode([char0 [, char1 [, ...]]])4.0 1.0 Yes 1.0 Yes Properties of prototype constructor4.0 1.0 Yes 1.0 Yes toString()3.0 1.0 Yes 1.0 Yes valueOf()3.0 1.0 Yes 1.0 Yes charAt(pos)3.0 1.0 Yes 1.0 Yes charCodeAt(pos)5.5 1.0 Yes 1.0 Yes concat([string1 [, string2 [, ...]]])4.0 1.0 Yes 1.0 Yes indexOf(searchString, position)3.0 1.0 Yes 1.0 Yes lastIndexOf(searchString, position)3.0 1.0 Yes 1.0 Yes localeCompare(that)5.5 1.0 Yes 1.0 Yes match(regexp)4.0 1.0 Yes 1.0 Yes replace(searchValue, replaceValue)3.0 1.0 Yes 1.0 Yes search(regexp)4.0 1.0 Yes 1.0 Yes slice(start, end)4.0 1.0 Yes 1.0 Yes split(separator, limit)4.0 1.0 Yes 1.0 Yes substring(start, end)3.0 1.0 Yes 1.0 Yes toLowerCase()3.0 1.0 Yes 1.0 Yes toLocaleLowerCase(comparefn)3.0 1.0 Yes 1.0 Yes toUpperCase()3.0 1.0 Yes 1.0 Yes toLocaleUpperCase()3.0 1.0 Yes 1.0 Yes Additional properties of prototype substr(start, length)4.0 1.0 Yes 1.0 Yes Properties of instances length3.0 1.0 Yes 1.0 Yes
Boolean object Trident Gecko WebKit Presto Chrome WebKit Called as function Boolean([value])Yes Yes Yes Yes Yes Called as constructor new Boolean([value])3.0 Yes Yes Yes Yes Properties prototype4.0 Yes Yes Yes Yes Properties of prototype constructor4.0 Yes Yes Yes Yes toString()4.0 Yes Yes Yes Yes valueOf()4.0 Yes Yes Yes Yes
Number object Trident Gecko WebKit Presto Called as function Number([value]) ? ? Yes ? Called as constructor new Number([value])3.0 1.0 Yes 1.0 Properties prototype4.0 1.0 Yes 1.0 MAX_VALUE4.0 1.0 Yes 1.0 MIN_VALUE4.0 1.0 Yes 1.0 NaN4.0 1.0 Yes 1.0 NEGATIVE_INFINITY4.0 1.0 Yes 1.0 POSITIVE_INFINITY4.0 1.0 Yes 1.0 Properties of prototype constructor4.0 1.0 Yes 1.0 toString([radix])4.0 1.0 Yes 1.0 toLocaleString()5.5 1.0 Yes 1.0 valueOf()4.0 1.0 Yes 1.0 toFixed(fractionDigits)5.5 1.0 Yes 1.0 toExponential(fractionDigits)5.5 1.0 Yes 1.0 toPrecision(precision)5.5 1.0 Yes 1.0
Math object Trident Gecko WebKit Presto Value properties E3.0 1.0 Yes 1.0 LN103.0 1.0 Yes 1.0 LN23.0 1.0 Yes 1.0 LOG2E3.0 1.0 Yes 1.0 LOG10E3.0 1.0 Yes 1.0 PIYes Yes Yes Yes SQRT1_23.0 1.0 Yes 1.0 SQRT2Yes Yes Yes Yes Function properties abs(x)3.0 1.0 Yes 1.0 acos(x)3.0 1.0 Yes 1.0 asin(x)3.0 1.0 Yes 1.0 atan(x)3.0 1.0 Yes 1.0 atan2(y, x)3.0 1.0 Yes 1.0 ceil(x)3.0 1.0 Yes 1.0 cos(x)3.0 1.0 Yes 1.0 exp(x)3.0 1.0 Yes 1.0 floor(x)3.0 1.0 Yes 1.0 log(x)3.0 1.0 Yes 1.0 max([value1 [, value2 [, ...]]])3.0 1.0 Yes 1.0 min([value1 [, value2 [, ...]]])3.0 1.0 Yes 1.0 pow(x, y)3.0 1.0 Yes 1.0 random()3.0 1.0 Yes 1.0 round(x)3.0 1.0 Yes 1.0 sin(x)3.0 1.0 Yes 1.0 sqrt(x)3.0 1.0 Yes 1.0 tan(x)3.0 1.0 Yes 1.0
Date object Trident Gecko WebKit Presto Called as function Date ([year [, month [, date [, hours [, minutes [, seconds [, ms ]]]]]]]) ? ? ? ? Called as constructor new Date (year, month [, date [, hours [, minutes [, seconds [, ms ]]]]])4.0 1.0 Yes 1.0 new Date (value)4.0 1.0 Yes 1.0 new Date ()4.0 1.0 Yes 1.0 Properties prototype4.0 1.0 Yes 1.0 parse(string)3.0 1.0 Yes 1.0 UTC (year, month [, date [, hours [, minutes [, seconds [, ms ]]]]])3.0 1.0 Yes 1.0 Properties of prototype constructor4.0 1.0 Yes 1.0 toString()4.0 1.0 Yes 1.0 toDateString()4.0 1.0 Yes 1.0 toTimeString()4.0 1.0 Yes 1.0 toLocaleString()4.0 1.0 Yes 1.0 toLocaleDateString()4.0 1.0 Yes 1.0 toLocaleTimeString()4.0 1.0 Yes 1.0 valueOf()4.0 1.0 Yes 1.0 getTime()3.0 1.0 Yes 1.0 getFullYear()4.0 1.0 Yes 1.0 getMonth()3.0 1.0 Yes 1.0 getUTCMonth()4.0 1.0 Yes 1.0 getDate()3.0 1.0 Yes 1.0 getUTCDate()4.0 1.0 Yes 1.0 getDay()3.0 1.0 Yes 1.0 getUTCDay()4.0 1.0 Yes 1.0 getHours()3.0 1.0 Yes 1.0 getUTCHours()4.0 1.0 Yes 1.0 getMinutes()3.0 1.0 Yes 1.0 getUTCMinutes()4.0 1.0 Yes 1.0 getSeconds()3.0 1.0 Yes 1.0 getUTCSeconds()4.0 1.0 Yes 1.0 getMilliseconds()4.0 1.0 Yes 1.0 getUTCMilliseconds()4.0 1.0 Yes 1.0 getTimezoneOffset()4.0 1.0 Yes 1.0 setTime(time)3.0 1.0 Yes 1.0 setMilliseconds(ms)4.0 1.0 Yes 1.0 setUTCMilliseconds(ms)4.0 1.0 Yes 1.0 setSeconds(sec [, ms])3.0 1.0 Yes 1.0 setUTCSeconds(sec [, ms])4.0 1.0 Yes 1.0 setMinutes(min [, sec [, ms]])3.0 1.0 Yes 1.0 setUTCMinutes(min [, sec [, ms]])4.0 1.0 Yes 1.0 setHours(hour [, min [, sec [, ms]]])4.0 1.0 Yes 1.0 setUTCHours(hour [, min [, sec [, ms]]])4.0 1.0 Yes 1.0 setDate(date)4.0 1.0 Yes 1.0 setUTCDate(date)4.0 1.0 Yes 1.0 setMonth(month [, date])3.0 1.0 Yes 1.0 setUTCMonth(month [, date])4.0 1.0 Yes 1.0 setFullYear(year [, month [, date]])4.0 1.0 Yes 1.0 setUTCFullYear(year [, month [, date]])4.0 1.0 Yes 1.0 toUTCString()4.0 1.0 Yes 1.0 Additional properties of prototype getYear()3.0 1.0 Yes 1.0 setYear(year)3.0 1.0 Yes 1.0 toGMTString()4.0 1.0 Yes 1.0
RegExp object Trident Gecko WebKit Presto Called as function RegExp (pattern, flags) ? ? ? ? Called as constructor new RegExp (pattern, flags)4.0 1.0 Yes 1.0 Properties prototype4.0 1.0 Yes 1.0 Properties of prototype constructor4.0 1.0 Yes 1.0 exec(string)4.0 1.0 Yes 1.0 test(string)4.0 1.0 Yes 1.0 toString()4.0 1.0 Yes 1.0 Properties of instances source4.0 1.0 Yes 1.0 global4.0 1.0 Yes 1.0 ignoreCase5.5 1.0 Yes 1.0 multiline5.5 1.0 Yes 1.0 lastIndex4.0 1.0 Yes 1.0
Error object Trident Gecko WebKit Presto Called as function Error (message) ? ? ? ? Called as constructor new Error (message)5.0 1.0 Yes 1.0 Properties prototype5.0 1.0 Yes 1.0 Properties of prototype constructor5.0 1.0 Yes 1.0 name5.5 1.0 Yes 1.0 message5.5 1.0 Yes 1.0 toString()5.0 1.0 Yes 1.0
NativeError objects Trident Gecko WebKit Presto Called as function EvalError (message) ? 1.0 Yes ? RangeError (message) ? 1.0 Yes ? ReferenceError (message) ? 1.0 Yes ? SyntaxError (message) ? 1.0 Yes ? TypeError (message) ? 1.0 Yes ? URIError (message) ? 1.0 Yes ? Called as constructor new EvalError (message) ? 1.0 Yes ? new RangeError (message) ? 1.0 Yes ? new ReferenceError (message) ? 1.0 Yes ? new SyntaxError (message) ? 1.0 Yes ? new TypeError (message) ? 1.0 Yes ? new URIError (message) ? 1.0 Yes ? Properties prototype ? 1.0 ? ? Properties of prototype constructor ? 1.0 ? ? name ? 1.0 Yes ? message ? 1.0 Yes ?
References External links Webdevout — mostly covers Windows browsers. Extensive bug testing. Dialects Engines (comparison ) Frameworks, libraries
People Other
Tags: Comparison of layout engines (ECMAScript), Integrasi Komputer, 2243, Perbandingan layout engines (ECMAScript) The following tables compare ECMAScript (particularly JavaScript ) support for a number of layout engines, Please see the individual products' articles for further information, This article is not all inclusive or necessarily up to date, Unless otherwise specified in footnotes comparisons are based on the stable versions without any add ons extensions or, Comparison of layout engines (ECMAScript), Bahasa Indonesia, Contoh Instruksi, Tutorial, Referensi, Buku, Petunjuk m.kelas karyawan ftumj, prestasi.web.id