芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/eventsource/lib/eventsource-polyfill.js
var EventSource = require('./eventsource') if (typeof window === 'object') { window.EventSourcePolyfill = EventSource if (!window.EventSource) window.EventSource = EventSource module.exports = window.EventSource } else { module.exports = EventSource }