Skip to content

Instantly share code, notes, and snippets.

View bschaeffer's full-sized avatar

Braden Schaeffer bschaeffer

View GitHub Profile
window.visibly =
b: null,
q: document,
p: undefined,
prefixes: ['webkit', 'ms']
props: ['VisibilityState', 'visibilitychange', 'Hidden']
m: ['focus', 'blur']
visibleCallbacks: []
hiddenCallbacks: []
_callbacks: []