Skip to content

Commit

Permalink
FetchStreamLoader: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xqq committed May 27, 2017
1 parent 90c1799 commit 97b8379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/fetch-stream-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class FetchStreamLoader extends BaseLoader {
cache: 'default',
// The default policy of Fetch API in the whatwg standard
// Safari incorrectly indicates 'no-referrer' as default policy, fuck it
referrerPolicy: 'no-referrer-when-downgrade',
referrerPolicy: 'no-referrer-when-downgrade'
};

// cors is enabled by default
Expand Down

0 comments on commit 97b8379

Please sign in to comment.