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

feat: add from url/stream #1773

Merged
merged 3 commits into from
Dec 13, 2018
Merged

feat: add from url/stream #1773

merged 3 commits into from
Dec 13, 2018

Conversation

alanshaw
Copy link
Member

@alanshaw alanshaw commented Dec 10, 2018

depends on #1772

@ghost ghost assigned alanshaw Dec 10, 2018
@ghost ghost added the status/in-progress In progress label Dec 10, 2018
@alanshaw alanshaw force-pushed the feat/add-from-url branch 2 times, most recently from 237e6f8 to 8d9b167 Compare December 10, 2018 15:34
@alanshaw alanshaw mentioned this pull request Dec 10, 2018
49 tasks
@alanshaw alanshaw changed the title [WIP] feat: add from url feat: add from url Dec 11, 2018
@alanshaw alanshaw changed the title feat: add from url feat: add from url/stream Dec 11, 2018
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
License: MIT
Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
const fetch = require('../../runtime/fetch-nodejs')

module.exports = (self) => {
return async (url, options, callback) => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

async methods that take callbacks. The async/await refactor cannot come soon enough.

@alanshaw alanshaw mentioned this pull request Dec 12, 2018
1 task
@alanshaw alanshaw merged commit b6a7ab6 into master Dec 13, 2018
@ghost ghost removed the status/in-progress In progress label Dec 13, 2018
@alanshaw alanshaw deleted the feat/add-from-url branch December 13, 2018 09:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants