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
Copy file name to clipboardExpand all lines: README.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Browser-compiled script and type definitions can be found in [dist](/dist/) fold
22
22
-**CRUD operations**. Including Fetch XML, Actions and Functions in Microsoft Dataverse Web API.
23
23
-**Table Definitions (Entity Metadata)**. Query and modify Table, Column, Choice (Option Set) and Relationship definitions.
24
24
-**File Fields**. Upload, Download and Delete data stored in the File Fields.
25
-
-**Abort Signal using the Abort Controller** (Browser and Node.js 15+). Abort requests when they are no longer need to be completed. For example: when the user leaves a page without waiting for the data to load.
25
+
-**Abort Signal and Abort Controller** (Browser and Node.js 15+). Abort requests when they are no longer need to be completed.
26
26
-**Node.js and a Browser** support.
27
27
-**Proxy Configuration** support.
28
28
@@ -72,25 +72,25 @@ Also, please check [suggestions and contributions](#contributions) section to le
72
72
*[Execute Web API actions](#execute-web-api-actions)
0 commit comments