Interface RuntimeAdaptersExperimental

This type represents the set of dependencies that the driver needs from the Javascript runtime in order to function.

interface RuntimeAdapters {
    os?: OsAdapter;
}

Properties

Properties