This website requires JavaScript.
Explore
Help
Sign In
status-im
/
realm-js
Watch
2
Star
0
Fork
0
You've already forked realm-js
mirror of
https://github.com/status-im/realm-js.git
synced
2025-01-11 14:54:33 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
realm-js
/
lib
/
.eslintrc.json
6 lines
40 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial concept of JS for Chrome debugging The idea is that we will have an NPM module that should always be required to use the Realm JS API. It will handle the underlying implementation details depending on which environment it is being run in (i.e. JavaScriptCore, Chrome, Node). The focus here was on stubbing out the machinery required to get React Native Chrome debugging working with the Realm API by leveraging synchronous requests. The app itself will need to run a web server that responds to these requests.
2015-10-01 22:56:47 -07:00
{
"env"
:
{
Convert browser module to use ES6 modules
2016-02-28 12:36:30 -08:00
"commonjs"
:
true
Initial concept of JS for Chrome debugging The idea is that we will have an NPM module that should always be required to use the Realm JS API. It will handle the underlying implementation details depending on which environment it is being run in (i.e. JavaScriptCore, Chrome, Node). The focus here was on stubbing out the machinery required to get React Native Chrome debugging working with the Realm API by leveraging synchronous requests. The app itself will need to run a web server that responds to these requests.
2015-10-01 22:56:47 -07:00
}
}
Reference in New Issue
Copy Permalink