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

Integrate browser as target env of exports #40

Closed char0n closed 3 years ago

char0n commented 3 years ago

Refs #38

codecov[bot] commented 3 years ago

Codecov Report

Merging #40 (53f67a2) into master (8c789f9) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #40   +/-   ##
=========================================
  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 b843b90...53f67a2. Read the comment docs.

octet-stream commented 3 years ago

Looks good, thank you👍

octet-stream commented 3 years ago

Okay, I was trying to fix types for exposed interfaces in browser.ts and it looks fine.