@tim-lai/isomorphic-form-data

WebJar for @tim-lai/isomorphic-form-data

License

License

MIT
Categories

Categories

Data ORM
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

tim-lai__isomorphic-form-data
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

@tim-lai/isomorphic-form-data
WebJar for @tim-lai/isomorphic-form-data
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/tim-lai/isomorphic-form-data

Download tim-lai__isomorphic-form-data

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/tim-lai__isomorphic-form-data/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>tim-lai__isomorphic-form-data</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/tim-lai__isomorphic-form-data/
implementation 'org.webjars.npm:tim-lai__isomorphic-form-data:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/tim-lai__isomorphic-form-data/
implementation ("org.webjars.npm:tim-lai__isomorphic-form-data:1.0.0")
'org.webjars.npm:tim-lai__isomorphic-form-data:jar:1.0.0'
<dependency org="org.webjars.npm" name="tim-lai__isomorphic-form-data" rev="1.0.0">
  <artifact name="tim-lai__isomorphic-form-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='tim-lai__isomorphic-form-data', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "tim-lai__isomorphic-form-data" % "1.0.0"
[org.webjars.npm/tim-lai__isomorphic-form-data "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.webjars.npm : formdata-node jar [2.1.1,3)

Project Modules

There are no modules declared in this project.

isomorphic-form-data

A module to create readable "multipart/form-data" isomorphically in node and the browser.

For node, use a single dependency, formdata-node
For browser, use the browser's window.FormData method

Install

npm i @tim-lai/isomorphic-form-data

Usage

const FormData = require('@tim-lai/isomorphic-form-data)

Related links

License

View the LICENSE file (MIT)

Versions

Version
1.0.0