@olympeio/runtime-node 9.4.3 → 9.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/types/runtime.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ export class BrickContext extends Context {
|
|
|
53
53
|
|
|
54
54
|
/**
|
|
55
55
|
* Wait for the property to get a new value, wrapped in a promise.
|
|
56
|
+
* The promise is rejected if no value is set to the specified property before the destruction of this BrickContext.
|
|
56
57
|
*
|
|
57
58
|
* @param key the property
|
|
58
59
|
* @param global [=false] whether the method checks parent contexts
|