-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
hello .
i had a case where I wanted to do:
var file:FormFile= FormFile.ofBlob("capture_blabla.png","image/png",p) ;
it won't compile because of:
tink_web/src/tink/web/forms/FormFile.hx
Line 18 in e9d8326
abstract FormFile(UploadedFile) { |
why isn't it like :
@:forward
abstract FormFile(UploadedFile) from UploadedFile { ...
thx.
Metadata
Metadata
Assignees
Labels
No labels