Private Readonly sourceStatic Readonly captureStatic captureSets or gets the default captureRejection value for all emitters.
Static defaultStatic Readonly errorThis symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error' listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error' event is emitted, therefore the process will still crash if no
regular 'error' listener is installed.
Rest ...args: any[]Creates a new resource in the container.
The identifier of the newly created resource.
Container in which to create a resource.
Representation of the new resource
Optional conditions: ConditionsOptional conditions under which to proceed.
Deletes a resource.
Identifiers of resources that were possibly modified.
Identifier of resource to delete.
Optional conditions: ConditionsOptional conditions under which to proceed.
Private emitRetrieves a representation of a resource.
A representation corresponding to the identifier.
Identifier of the resource to read.
Preferences indicating desired representations.
Optional conditions: ConditionsOptional conditions under which to proceed.
Check if a resource exists in this ResourceSet.
A promise resolving if the resource already exists.
Identifier of resource to check.
Sets or updates the representation of a resource, creating a new resource and intermediary containers as needed.
Identifiers of resources that were possibly modified.
Identifier of resource to update.
Description of which parts to update.
Optional conditions: ConditionsOptional conditions under which to proceed.
Rest ...args: any[]Rest ...args: any[]Rest ...args: any[]Rest ...args: any[]Rest ...args: any[]Optional event: string | symbolRest ...args: any[]Sets or replaces the representation of a resource, creating a new resource and intermediary containers as needed.
Identifiers of resources that were possibly modified.
Identifier of resource to update.
New representation of the resource.
Optional conditions: ConditionsOptional conditions under which to proceed.
Static listenerStatic onStatic once
Store that notifies listeners of changes to its source by emitting a
changedevent.