Giter Site home page Giter Site logo

Comments (3)

wheresrhys avatar wheresrhys commented on July 16, 2024

.json() is supported - the responses returned by fetch-mock are instances of node-fetch's Response constructor, with all the usual properties and method. What is it you're trying to achieve?

from fetch-mock.

samzhang111 avatar samzhang111 commented on July 16, 2024

.json() also doesn't show up for us. Printing out Response, I see:

Body {
 url: '/some_endpoint',
 status: 200,
 statusText: 'OK',
 headers: Headers { _headers: {} },
 ok: true,
 body: 
  Readable {
    _readableState: 
     ReadableState {
       objectMode: false,
       highWaterMark: 16384,
       buffer: [],
       length: 0,
       pipes: null,
       pipesCount: 0,
       flowing: null,
       ended: true,
       endEmitted: false,
       reading: false,
       sync: true,
       needReadable: false,
       emittedReadable: true,
       readableListening: false,
       defaultEncoding: 'utf8',
       ranOut: false,
       awaitDrain: 0,
       readingMore: false,
       decoder: null,
       encoding: null },
    readable: true,
    domain: null,
    _events: {},
    _eventsCount: 0,
    _maxListeners: undefined },
 bodyUsed: false,
 size: 0,
 timeout: 0,
 _raw: [],
 _abort: false }

from fetch-mock.

wheresrhys avatar wheresrhys commented on July 16, 2024

.json() (and .text() for that matter) are both properties on
Response.prototype
On Wed, 30 Mar 2016 at 7:48 pm, Sam Zhang [email protected] wrote:

.json() also doesn't show up for us. Printing out Response, I see:

Body {
url: '/some_endpoint',
status: 200,
statusText: 'OK',
headers: Headers { _headers: {} },
ok: true,
body:
Readable {
_readableState:
ReadableState {
objectMode: false,
highWaterMark: 16384,
buffer: [],
length: 0,
pipes: null,
pipesCount: 0,
flowing: null,
ended: true,
endEmitted: false,
reading: false,
sync: true,
needReadable: false,
emittedReadable: true,
readableListening: false,
defaultEncoding: 'utf8',
ranOut: false,
awaitDrain: 0,
readingMore: false,
decoder: null,
encoding: null },
readable: true,
domain: null,
_events: {},
_eventsCount: 0,
_maxListeners: undefined },
bodyUsed: false,
size: 0,
timeout: 0,
_raw: [],
_abort: false }


You are receiving this because you modified the open/close state.
Reply to this email directly or view it on GitHub
#29 (comment)

from fetch-mock.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.