Dennis Williams
Dennis Williams
I am also having this problem. There is no sign of any error messaging anywhere. Its being completely swallowed. I can get away with 1, maybe 2 readbuffer calls, but...
For anybody who wants to manually promisify the library, just insert this snippet somewhere in your code after your arrive.js import: ```javascript const objects = [HTMLElement, NodeList, HTMLCollection, HTMLDocument, Window];...
I went ahead and added async/await support myself and created a PR: https://github.com/uzairfarooq/arrive/pull/81