Skip to content

Load embedded resources to a memory storage when loading parent resource

The patch adds a linkedResources() property to KoResource. Calling this method will load all the linked reousrces either from the global storage or from the embedded data. The caller can distinguish embedded resources by checking resourceId() of the loaded objects.

Merge request reports