This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
bitcoincashjs
mirror of
https://github.com/lukechilds/bitcoincashjs.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
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.
322
Commits
3
Branches
7
Tags
11 MiB
JavaScript
99.9%
Tree:
ba7de86ee4
master
patch-1
patch-2
v0.1.10
v0.1.2
v0.1.3
v0.1.5
v0.1.6
v0.1.7
v0.1.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'ba7de86ee4'
${ noResults }
bitcoincashjs
/
browser
/
navigator-adapter.js
7 lines
99 B
Raw
Blame
History
if
(
typeof
navigator
===
'undefined'
)
{
var
navigator
=
{
}
;
navigator
.
appName
=
'NodeJS'
;
}
Reference in new issue