details-polyfill
details-polyfill copied to clipboard
Errors locally
TypeError: null is not an object (evaluating 'document.body.appendChild')
because document.body
is currently null
due to document.readyState === "loading"
.
I see you had some changes, mind sending them over as a PR?