Fix Edge form support #178
Reference in New Issue
Block a user
Delete Branch "fix/edge-form-support"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Using a
for... inloop to iterate aHTMLElementCollectionas we did inproto/attach-form.jsis evidently not a very good idea as our implementation doesn't work in Microsoft Edge, so I have swapped it out for aforloop that does work across all the browsers that we support.Fixes #177