Azure / azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.
MIT License
2.03k stars 1.19k forks source link

Add support for 100-continue in Azure Core #25248

Closed seanmcc-msft closed 1 year ago

seanmcc-msft commented 1 year ago

https://github.com/Azure/azure-sdk/issues/5787

xirzec commented 1 year ago

This appears to be possible in Node, but not in fetch: https://github.com/whatwg/fetch/issues/41

Not sure it's worth exposing in our pipeline if there is no path to isomorphism.

xirzec commented 1 year ago

After internal discussion, we decided not to support this as it appears Storage would need to use a custom HttpClient to implement other functionality that can be grouped with this.