microsoft / microsoft/BotFramework-DirectLineJS
Direct Line JS: Bring your own Fetch
Open
@compulim is already working on this.
Since Aug 15, 2018.
approved
P0
story
triaged
- Dominant language
- TypeScript
- Stars
- 199
- Forks
- 133
- PR merge metrics
- No merged PRs in 30d
Description
Allow developers to bring their own Fetch implementation.
Currently, we are using RxJS, which use XMLHttpRequest. This new feature will enable user to use DirectLineJS without an actual browser, e.g. under Node.js or inside Service Worker.
- Allow user to bring in their own Fetch and
FormData- Provides bridge for modern browsers
- Provides bridge for IE11
- Investigates if we can move away from
Blob
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.