ms-rest-js
ms-rest-js copied to clipboard
Runtime for isomorphic javascript libraries generated by Autorest
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] As Office org is...
**Package Version**: 1.7.0 - [ ] **nodejs** - **nodejs version**: ______ - **os name/version**: _____ - [x] **browser** - **name/version**: Safari 12.1.2 **Describe the bug** A clear and concise description...
**Package Version**: `2.6.1` - [X] **nodejs** - **nodejs version**: `14.18.3` - **os name/version**: `macOS Monterey 12.4` **Describe the bug** Looking for a bit of guidance. I am creating and using...
**Package Version**: _______ - [ ] **nodejs** - **nodejs version**: ______ - **os name/version**: _____ - [x] **browser** - **name/version**: __all__ **Describe the bug** Adding `@azure/ms-rest-package` automatically adds `@types/node` type...
so we can stop depending on @types/node
See the article on async iterators: https://jakearchibald.com/2017/async-iterators-and-generators/ This is probably only for nodejs, at least to start with, because browsers don't support streaming request bodies (not even fetch at this...
Problem: Given that the 'in' operator will throw an error error and fail: 'Cannot use 'in' operator to search for 'top' in 1' (Line 4959 in 'msRest.node.js) Solution A different...
When operationSpec for an API response specifies an object property with format "Date" its value is not deserialized to Javascript Date object as expected. Swagger / Open API example: ```json...
See fix for core-http https://github.com/azure/azure-sdk-for-js/issues/5011