This website works better with JavaScript.
Home
Explore
Help
Sign In
bike
/
BikeBikeBike
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
Bike!Bike! Website!
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
372
Commits
3
Branches
0
Tags
384 MiB
Tree:
34e72144cc
G0dwin-copy-edits
development
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '34e72144cc'
${ noResults }
BikeBikeBike
/
bower_components
/
modernizr
/
feature-detects
/
workers-sharedworkers.js
3 lines
82 B
Raw
Normal View
History
The working basics
11 years ago
Modernizr
.
addTest
(
'sharedworkers'
,
function
(
)
{
return
!
!
window
.
SharedWorker
;
}
)
;