UNPKG

faye

Version:

Simple pub/sub messaging for the web

6 lines (5 loc) 227 B
module.exports = { TYPE_JSON: { 'Content-Type': 'application/json; charset=utf-8' }, TYPE_SCRIPT: { 'Content-Type': 'text/javascript; charset=utf-8' }, TYPE_TEXT: { 'Content-Type': 'text/plain; charset=utf-8' } };