Skip to content

Commit

Permalink
add comment explaining the withoutjsonp file
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Mar 25, 2021
1 parent 4cf2e7a commit abeda9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions browser/lib/transport/withoutjsonp.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/**
* This file exists for React Native and Nativescript in order to exclude the unsupported JSONP transport from these platforms.
*/
import XHRPollingTransport from './xhrpollingtransport';
import XHRStreamingTransport from './xhrstreamingtransport';

Expand Down

0 comments on commit abeda9a

Please sign in to comment.