PROPIEDADES

PropiedadValor
external = no imprime tipo objeto
chrome = no imprime tipo objeto
document = no imprime tipo objeto
objeto =window
i =i
tabla = no imprime tipo objeto
obj = no imprime tipo objeto
speechSynthesis = no imprime tipo objeto
caches = no imprime tipo objeto
localStorage = no imprime tipo objeto
sessionStorage = no imprime tipo objeto
webkitStorageInfo = no imprime tipo objeto
indexedDB = no imprime tipo objeto
webkitIndexedDB = no imprime tipo objeto
ondeviceorientation =null
ondevicemotion =null
crypto = no imprime tipo objeto
postMessage = no imprime tipo objeto
blur = no imprime tipo objeto
focus = no imprime tipo objeto
close = no imprime tipo objeto
onautocompleteerror =null
onautocomplete =null
applicationCache = no imprime tipo objeto
performance = no imprime tipo objeto
onunload =null
onstorage =null
onpopstate =null
onpageshow =null
onpagehide =null
ononline =null
onoffline =null
onmessage =null
onlanguagechange =null
onhashchange =null
onbeforeunload =null
onwaiting =null
onvolumechange =null
ontoggle =null
ontimeupdate =null
onsuspend =null
onsubmit =null
onstalled =null
onshow =null
onselect =null
onseeking =null
onseeked =null
onscroll =null
onresize =null
onreset =null
onratechange =null
onprogress =null
onplaying =null
onplay =null
onpause =null
onmousewheel =null
onmouseup =null
onmouseover =null
onmouseout =null
onmousemove =null
onmouseleave =null
onmouseenter =null
onmousedown =null
onloadstart =null
onloadedmetadata =null
onloadeddata =null
onload =null
onkeyup =null
onkeypress =null
onkeydown =null
oninvalid =null
oninput =null
onfocus =null
onerror =null
onended =null
onemptied =null
ondurationchange =null
ondrop =null
ondragstart =null
ondragover =null
ondragleave =null
ondragenter =null
ondragend =null
ondrag =null
ondblclick =null
oncuechange =null
oncontextmenu =null
onclose =null
onclick =null
onchange =null
oncanplaythrough =null
oncanplay =null
oncancel =null
onblur =null
onabort =null
isSecureContext =false
onwheel =null
onwebkittransitionend =null
onwebkitanimationstart =null
onwebkitanimationiteration =null
onwebkitanimationend =null
ontransitionend =null
onsearch =null
onanimationstart =null
onanimationiteration =null
onanimationend =null
styleMedia = no imprime tipo objeto
defaultstatus =
defaultStatus =
screenTop =0
screenLeft =0
clientInformation = no imprime tipo objeto
console = no imprime tipo objeto
devicePixelRatio =1
outerHeight =728
outerWidth =1366
screenY =0
screenX =0
pageYOffset =0
scrollY =0
pageXOffset =0
scrollX =0
innerHeight =643
innerWidth =1366
screen = no imprime tipo objeto
navigator = no imprime tipo objeto
frameElement =null
parent = no imprime tipo objeto
opener =null
top = no imprime tipo objeto
length =0
frames = no imprime tipo objeto
closed =false
status =
toolbar = no imprime tipo objeto
statusbar = no imprime tipo objeto
scrollbars = no imprime tipo objeto
personalbar = no imprime tipo objeto
menubar = no imprime tipo objeto
locationbar = no imprime tipo objeto
history = no imprime tipo objeto
location = no imprime tipo objeto
name =
self = no imprime tipo objeto
window = no imprime tipo objeto
stop = no imprime tipo objeto
open = no imprime tipo objeto
alert = no imprime tipo objeto
confirm = no imprime tipo objeto
prompt = no imprime tipo objeto
print = no imprime tipo objeto
requestAnimationFrame = no imprime tipo objeto
cancelAnimationFrame = no imprime tipo objeto
captureEvents = no imprime tipo objeto
releaseEvents = no imprime tipo objeto
getComputedStyle = no imprime tipo objeto
matchMedia = no imprime tipo objeto
moveTo = no imprime tipo objeto
moveBy = no imprime tipo objeto
resizeTo = no imprime tipo objeto
resizeBy = no imprime tipo objeto
getSelection = no imprime tipo objeto
find = no imprime tipo objeto
getMatchedCSSRules = no imprime tipo objeto
webkitRequestAnimationFrame = no imprime tipo objeto
webkitCancelAnimationFrame = no imprime tipo objeto
webkitCancelRequestAnimationFrame = no imprime tipo objeto
btoa = no imprime tipo objeto
atob = no imprime tipo objeto
setTimeout = no imprime tipo objeto
clearTimeout = no imprime tipo objeto
setInterval = no imprime tipo objeto
clearInterval = no imprime tipo objeto
requestIdleCallback = no imprime tipo objeto
cancelIdleCallback = no imprime tipo objeto
scroll = no imprime tipo objeto
scrollTo = no imprime tipo objeto
scrollBy = no imprime tipo objeto
fetch = no imprime tipo objeto
webkitRequestFileSystem = no imprime tipo objeto
webkitResolveLocalFileSystemURL = no imprime tipo objeto
openDatabase = no imprime tipo objeto
TEMPORARY =0
PERSISTENT =1
addEventListener = no imprime tipo objeto
removeEventListener = no imprime tipo objeto
dispatchEvent = no imprime tipo objeto
obj = eval(objeto); var i, tabla =document.getElementById("tabla"); for (i in obj){ if (obj[i] instanceof Object) tabla.innerHTML += ""+ i +" = no imprime tipo objeto "; else tabla.innerHTML += ""+ i +" ="+obj[i] + ""; }