Blake Thomson
Blake Thomson
When typing the word `export` twice on separate lines like so: ```javascript export export ``` atom-ternjs produces the following error: `TypeError: Cannot read property 'name' of undefined. Restarting Server...` While...
Source IANA - https://www.iana.org/assignments/media-types/application/mp4 - "mp4 and mpg4" https://github.com/jshttp/mime-db/blob/master/db.json#L908 - "mp4s"
### Description For a normal request, the serialized body is used. This is because `beforeRequest` will generate the serialized body. Example generated method: ```ts const request: Client['request'] = async (options)...