UNPKG

qcobjects-docs

Version:

The official app and website for documentation of QCObjects

8 lines (7 loc) 184 B
#### Usage: ```javascript waitUntil(()=>{ // the code that will be executed after the condition is true },()=>{return condition;}); // where condition is what I want to wait for ```