LearnNewsExamplesServices
Frontmatter
id2959
titleCreate a fetch wrapper
stateClosed
labels
enhancementstale
assigneestobiu
createdAtApr 1, 2022, 4:51 PM
updatedAtSep 15, 2024, 4:36 AM
githubUrlhttps://github.com/neomjs/neo/issues/2959
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 15, 2024, 4:36 AM

Create a fetch wrapper

Closed v8.1.0 enhancementstale
tobiu
tobiu commented on Apr 1, 2022, 4:51 PM

Similar to https://github.com/neomjs/neo/blob/dev/src/data/connection/Xhr.mjs which feels a bit outdated at this point.

It could be a bit similar to: https://github.com/developit/redaxios/blob/master/src/index.js

tobiu added the enhancement label on Apr 1, 2022, 4:51 PM
tobiu assigned to @tobiu on Apr 1, 2022, 4:51 PM
tobiu referenced in commit 443b6ba - "Create a fetch wrapper #2959" on Apr 9, 2022, 12:16 PM
tobiu referenced in commit 42b87bc - "#2959 request() => in progress" on Apr 9, 2022, 12:37 PM
tobiu referenced in commit 6897359 - "#2959 Fetch.get()" on Apr 9, 2022, 12:46 PM
tobiu referenced in commit 5ac55e4 - "#2959 Fetch.delete()" on Apr 9, 2022, 12:49 PM
tobiu referenced in commit 1c01770 - "#2959 Fetch.post()" on Apr 9, 2022, 12:49 PM
tobiu referenced in commit 4f36a44 - "#2959 Fetch.put()" on Apr 9, 2022, 12:50 PM
tobiu referenced in commit f83cf07 - "#2959 Neo.Fetch" on Apr 9, 2022, 12:54 PM
tobiu referenced in commit 551f42e - "#2959 Neo.Fetch => added into the data worker" on Apr 9, 2022, 1:11 PM
tobiu referenced in commit 8dd64f3 - "#2959 Neo.Fetch => testing logs" on Apr 9, 2022, 11:09 PM
tobiu referenced in commit 717d542 - "#2959 data.connection.Fetch: defaults field" on Apr 10, 2022, 11:34 AM
tobiu referenced in commit 16fb1b8 - "#2959 data.connection.Fetch: defaults => defaultHeaders" on Apr 10, 2022, 11:37 AM
tobiu referenced in commit 1f07c9d - "#2959 data.connection.Fetch: request() => fetch call" on Apr 10, 2022, 12:19 PM
tobiu referenced in commit bd5eb74 - "#2959 data.connection.Fetch: doc comments (return values)" on Apr 10, 2022, 12:43 PM
tobiu referenced in commit 3de26e7 - "#2959 data.connection.Fetch: head request" on Apr 11, 2022, 10:39 AM
tobiu referenced in commit 890b4e4 - "#2959 data.connection.Fetch: patch request" on Apr 11, 2022, 10:41 AM
tobiu referenced in commit 1c21ccc - "#2959 data.connection.Fetch: post(), put() => data param" on Apr 11, 2022, 10:43 AM
tobiu referenced in commit 360778f - "#2959 data.connection.Fetch: options()" on Apr 11, 2022, 10:46 AM