Example (and currently the only use case): When you execute a query in the latest version of Stardog, you immediately receive back some relevant information, such as server-side query ID. Currently, stardog.js does not allow the end user to consume this information at that time, because query.execute always waits until the entire streaming of data completes. It would be helpful (especially in Stardog Studio) if there were a way to get some response data immediately (of course, stardog.js should also continue to work as expected when the entire streaming of data completes).
Example (and currently the only use case): When you execute a query in the latest version of Stardog, you immediately receive back some relevant information, such as server-side query ID. Currently, stardog.js does not allow the end user to consume this information at that time, because
query.executealways waits until the entire streaming of data completes. It would be helpful (especially in Stardog Studio) if there were a way to get some response data immediately (of course, stardog.js should also continue to work as expected when the entire streaming of data completes).