提交 1323851b 编写于 作者: B Benjamin Pasero

fix blast from the past

上级 95eb2f6d
......@@ -493,9 +493,10 @@ export interface IResolveContentOptions {
acceptTextOnly?: boolean;
/**
* The optional etag parameter allows to return a 304 (Not Modified) if the etag matches
* with the remote resource. It is the task of the caller to makes sure to handle this
* error case from the promise.
* The optional etag parameter allows to return early from resolving the resource if
* the contents on disk match the etag. This prevents accumulated reading of resources
* that have been read already with the same etag.
* It is the task of the caller to makes sure to handle this error case from the promise.
*/
etag?: string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册