You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<sup><ahref='/src/DeltaTests/Usage.cs#L213-L217'title='Snippet source file'>snippet source</a> | <ahref='#snippet-SetTrackedTables'title='Start of snippet'>anchor</a></sup>
708
+
<sup><ahref='/src/DeltaTests/Usage.cs#L247-L251'title='Snippet source file'>snippet source</a> | <ahref='#snippet-SetTrackedTables'title='Start of snippet'>anchor</a></sup>
709
709
<!-- endSnippet -->
710
710
711
711
Uses the following SQL:
@@ -779,7 +779,6 @@ If disable cache is checked, the browser will not send the `if-none-match` heade
779
779
Chromium, and hence the Chrome and Edge browsers, are very sensitive to certificate problems when determining if an item should be cached. Specifically, if a request is done dynamically (type: xhr) and the server is using a self-signed certificate, then the browser will not send the `if-none-match` header. [Reference](https://issues.chromium.org/issues/40666473). If self-signed certificates are required during development in lower environment, then use FireFox to test the caching behavior.
780
780
781
781
782
-
783
782
## Programmatic client usage
784
783
785
784
Delta is primarily designed to support web browsers as a client. All web browsers have the necessary 304 and caching functionally required.
0 commit comments