Skip to content

Metadata.getEntityDefinitions uses promise cache to prevent redundant requests

Compare
Choose a tag to compare
@nsteenbeek nsteenbeek released this 22 Dec 11:24
· 79 commits to develop since this release

When Entity and/or WebAPI did multiple requests at the same time for the same LogicalName, the Metadata.getEntityDefinitions method did redundant requests. Promise cache will prevent that now.