mirror of
				https://github.com/esiur/esiur-js.git
				synced 2025-10-29 17:10:30 +00:00 
			
		
		
		
	makeSetter
This commit is contained in:
		| @@ -177,6 +177,9 @@ export default class DistributedResource extends IResource | ||||
|                     if (self._p.suspended) | ||||
|                         throw new Error("Trying to access a suspended object."); | ||||
|  | ||||
|                     if (self._p.attached) | ||||
|                         return; | ||||
|  | ||||
|                     await self._set(index, value); | ||||
|                 }; | ||||
|             }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user