microsoft / microsoft/BotFramework-DirectLineJS

Direct Line JS: Bring your own Fetch

Open
#84 0 comments 0 reactions 1 assignee View on GitHub

@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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.