mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
util: remove unused hasCORS
This commit is contained in:
@@ -117,14 +117,6 @@ exports.parseJSON = function (data) {
|
||||
|
||||
exports.ua = {};
|
||||
|
||||
/**
|
||||
* Whether the UA supports CORS for XHR.
|
||||
*
|
||||
* @api private
|
||||
*/
|
||||
|
||||
exports.ua.hasCORS = require('has-cors');
|
||||
|
||||
/**
|
||||
* Detect webkit.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user