Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: expose ability to override fetch implementation #6

Merged
merged 1 commit into from
Aug 26, 2022

Conversation

DylanPiercey
Copy link
Contributor

Description

Exposes the ability to override the fetch implementation in the base micro-frame.
This allows for things like using a different http client, post requests, and more.

@codecov
Copy link

codecov bot commented Aug 26, 2022

Codecov Report

Merging #6 (c3675e0) into main (c767540) will decrease coverage by 1.75%.
The diff coverage is 63.63%.

@@            Coverage Diff             @@
##             main       #6      +/-   ##
==========================================
- Coverage   89.21%   87.45%   -1.76%     
==========================================
  Files          16       16              
  Lines         306      295      -11     
  Branches       64       64              
==========================================
- Hits          273      258      -15     
- Misses          6        9       +3     
- Partials       27       28       +1     
Impacted Files Coverage Δ
.../components/micro-frame/component/web.component.ts 82.35% <50.00%> (-2.50%) ⬇️
src/components/micro-frame/component/node.marko 69.69% <65.00%> (-14.75%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@DylanPiercey DylanPiercey merged commit 9ffc57e into main Aug 26, 2022
@github-actions
Copy link

🎉 This PR is included in version 1.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant