6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
import type from "./type";
|
|
|
|
export default type("text/plain", function(xhr) {
|
|
return xhr.responseText;
|
|
});
|