Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

1.2.0

Latest
Compare
Choose a tag to compare
@quisido quisido released this 30 Jul 03:20
· 19 commits to master since this release

New Features ✨

  • An options flag now enables metadata for the request in addition to the response. (Thanks @mjpsyapse!)
const { contentType, response, status } = useFetch(
  '/some-path',
  { method: 'POST' },
  { metadata: true },
);