quadsurf
04/13/2018, 7:09 AMfetch
and/or https
includes do not seem to be supported, even though they are natively part of the node api
for example, the following does not work:
const fetch = require('fetch')
const https = require("https")
const fetch = require('isomorphic-fetch')
tsdexter
04/13/2018, 4:18 PMrequire(‘isomorphic-fetch@2.2.0’)
tsdexter
04/13/2018, 4:27 PM