You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the Form data type is exported from the Web.FormUrlEncoded module. There are a couple functions returning a Form (toForm, fromEntriesByKey), but there is no way to write the type of them in your own code without importing Form from Web.Internal.FormUrlEncoded.
The constructor of Form should probably not be exported.
The text was updated successfully, but these errors were encountered:
It would be nice if the
Form
data type is exported from theWeb.FormUrlEncoded
module. There are a couple functions returning aForm
(toForm
,fromEntriesByKey
), but there is no way to write the type of them in your own code without importingForm
fromWeb.Internal.FormUrlEncoded
.The constructor of
Form
should probably not be exported.The text was updated successfully, but these errors were encountered: