return resources
        .file('meow.txt')
        .then((file) => file.read())
        .then((buffer) => new Uint8Array(buffer))
        .then((array) => {