octet-stream / form-data

Spec-compliant FormData implementation for Node.js
https://www.npmjs.com/package/formdata-node
MIT License
142 stars 17 forks source link

Add isomorphic support by introducing browser field #39

Closed char0n closed 3 years ago

char0n commented 3 years ago

Refs #38

char0n commented 3 years ago

Hm need to unignore the browser.js file from git ignore rules.

octet-stream commented 3 years ago

Just move it outside of /lib. It is for .ts files only and it will be renamed to src after 4.x release because I will drop CJS and will change the way this project is built.

codecov[bot] commented 3 years ago

Codecov Report

Merging #39 (5fd40d6) into master (1ace454) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #39   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines          845       845           
  Branches       102       102           
=========================================
  Hits           845       845           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 269f67c...5fd40d6. Read the comment docs.

octet-stream commented 3 years ago

Thanks for your help!