Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99515903
browser.d.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 25, 03:28
Size
739 B
Mime Type
text/x-java
Expires
Mon, Jan 27, 03:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23815721
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
browser.d.ts
View Options
/// <reference types="node" />
import { EventEmitter } from 'events';
import Service from './service';
export interface BrowserConfig {
type: string;
protocol?: 'tcp' | 'udp';
subtypes?: Array<string>;
txt?: any;
}
export declare class Browser extends EventEmitter {
private mdns;
private onresponse;
private serviceMap;
private txt;
private name?;
private txtQuery;
private wildcard;
private _services;
constructor(mdns: any, opts: any, onup?: (service: Service) => void);
start(): void;
stop(): void;
update(): void;
get services(): any[];
private addService;
private removeService;
private goodbyes;
private buildServicesFor;
}
export default Browser;
Event Timeline
Log In to Comment