Skip to content

Unwind HtmlFormElement and improve the FormData API #115

Description

@TheSpyder

There are two main problems with Webapi__Dom__HtmlFormElement:

  • It uses the Impl pattern but is never included by other files
  • It defines a data function to create a FormData object, which is both a weird name for the constructor and a weird place to put it

The first is an easy fix; just move all the bindings to the end of the file and delete the Impl module.

For the second, just delete data and re-do #108 (which was reverted after I discovered this).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions