Last active
December 20, 2015 19:19
-
-
Save erichocean/6182747 to your computer and use it in GitHub Desktop.
JSON for require('racer').init() call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"queries": [], | |
"contexts": { | |
"root": { | |
"fetchedDocs": {}, | |
"subscribedDocs": {}, | |
"fetchedQueries": {}, | |
"subscribedQueries": {} | |
} | |
}, | |
"refs": [], | |
"refLists": [], | |
"fns": [], | |
"filters": [], | |
"collections": {}, | |
"racerBrowserChannel": { | |
"reconnect": true, | |
"hostPrefixes": null, | |
"base": "/channel", | |
"keepAliveInterval": 20000, | |
"sessionTimeoutInterval": 30000, | |
"cors": null, | |
"headers": { | |
"Content-Type": "text/plain", | |
"Cache-Control": "no-cache, no-store, max-age=0, must-revalidate", | |
"Pragma": "no-cache", | |
"Expires": "Fri, 01 Jan 1990 00:00:00 GMT", | |
"X-Content-Type-Options": "nosniff" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment