Searched defs:getType (Results 1 – 3 of 3) sorted by relevance
83 getType(uri: string, callback: AsyncCallback<string>): void; method84 getType(uri: string): Promise<string>; method
45 static getType(options?: { method in Network
590 getType?(uri: string, callback: AsyncCallback<string>): void; method