mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
fix(blob): added a check to make sure the Blob class is available in the browser's global scope; (#5548)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
'use strict'
|
||||
|
||||
export default typeof Blob !== 'undefined' ? Blob : null
|
||||
Reference in New Issue
Block a user