Skip to content

Instantly share code, notes, and snippets.

@erichocean
Last active December 20, 2015 19:19
Show Gist options
  • Save erichocean/6182747 to your computer and use it in GitHub Desktop.
Save erichocean/6182747 to your computer and use it in GitHub Desktop.
JSON for require('racer').init() call
{
"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