index
:
web3
add-bootstrap-css
data-content-updates-1
master
new-navigation-1
replace-bootstrap-with-foundation
sublab auf middleman
sublab
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
bower_components
/
modernizr
/
feature-detects
/
workers-sharedworkers.js
blob: a9d78eb326002f96c1050fba86763a252a9f13c4 (
plain
)
1
2
3
Modernizr
.
addTest
(
'sharedworkers'
,
function
(){
return
!!
window
.
SharedWorker
;
});