text.js 109 Bytes
Newer Older
YazhouChen's avatar
YazhouChen committed
1 2 3 4 5
import type from "./type";

export default type("text/plain", function(xhr) {
  return xhr.responseText;
});