1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
Code completion result for source line:
console.log("Browser "+navigator.|);
(QueryType=COMPLETION, prefixSearch=true, caseSensitive=true)
------------------------------------
CLASS prototype [PUBLIC] JS Platform
METHOD assign(target: Object): Object [PUBLIC, JS Platform
METHOD create(proto: Object): Object [PUBLIC, JS Platform
METHOD defineProperties(obj: Object, [PUBLIC, JS Platform
METHOD defineProperty(obj: Object, pr [PUBLIC, JS Platform
METHOD entries(obj: Object): Array [PUBLIC, JS Platform
METHOD freeze(obj: Object): Object [PUBLIC, JS Platform
METHOD getOwnPropertyDescriptor(obj: [PUBLIC, JS Platform
METHOD getOwnPropertyDescriptors(obj: [PUBLIC, JS Platform
METHOD getOwnPropertyNames(obj: Objec [PUBLIC, JS Platform
METHOD getOwnPropertySymbols(obj: Obj [PUBLIC, JS Platform
METHOD getPrototypeOf(obj: Object): O [PUBLIC, JS Platform
METHOD hasOwnProperty(prop: String): [PUBLIC] JS Platform
METHOD is(value1: String, value2: Str [PUBLIC, JS Platform
METHOD isExtensible(obj: Object): Boo [PUBLIC, JS Platform
METHOD isFrozen(obj: Object): Boolean [PUBLIC, JS Platform
METHOD isPrototypeOf(obj): Boolean [PUBLIC] JS Platform
METHOD isSealed(obj: Object): Boolean [PUBLIC, JS Platform
METHOD javaEnabled(): Boolean [PUBLIC, JS Platform
METHOD keys(obj: Object): Array [PUBLIC, JS Platform
METHOD preventExtensions(obj: Object) [PUBLIC, JS Platform
METHOD propertyIsEnumerable(prop: Str [PUBLIC] JS Platform
METHOD registerContentHandler(mimeTyp [PUBLIC, JS Platform
METHOD registerProtocolHandler(protoc [PUBLIC, JS Platform
METHOD seal(obj: Object): Object [PUBLIC, JS Platform
METHOD toLocaleString(): String [PUBLIC] JS Platform
METHOD toString(): String [PUBLIC] JS Platform
METHOD valueOf(): Object [PUBLIC] JS Platform
METHOD values(obj: Object): Array [PUBLIC, JS Platform
FIELD appCodeName: String [PUBLIC] JS Platform
FIELD appName: String [PUBLIC] JS Platform
FIELD appVersion: String [PUBLIC] JS Platform
FIELD buildID: String [PUBLIC] JS Platform
FIELD constructor: Function [PUBLIC] JS Platform
FIELD cookieEnabled: Boolean [PUBLIC] JS Platform
FIELD doNotTrack: String [PUBLIC] JS Platform
FIELD language: String [PUBLIC] JS Platform
FIELD mimeTypes: String [PUBLIC] JS Platform
FIELD onLine: Boolean [PUBLIC] JS Platform
FIELD oscpu: String [PUBLIC] JS Platform
FIELD platform: String [PUBLIC] JS Platform
FIELD plugins: Array [PUBLIC] JS Platform
FIELD product: String [PUBLIC] JS Platform
FIELD productSub: String [PUBLIC] JS Platform
FIELD userAgent: String [PUBLIC] JS Platform
FIELD vendor: String [PUBLIC] JS Platform
FIELD vendorSub: String [PUBLIC] JS Platform
|