Optional isWhether the URL should be handled by the resolver or not.
Optional allowRoot: booleanWhether the paths starting at Unix-style filesystem root (/) are permitted.
This is similar to the isLocal check in URLExt,
but can also perform additional checks on whether the
resolver should handle a given URL.
Optional resolveResolve a path from Jupyter kernel to a path:
root_dir (preferrably) this is in jupyter-server scope,null if there is no file matching provided path in neither
kernel nor jupyter-server contents manager.Generated using TypeDoc
An object that resolves relative URLs.