WebRTC Shim added
This commit is contained in:
parent
1f0b90e332
commit
229f435530
|
@ -150,7 +150,7 @@ export class IPPressure
|
|||
public async queryAPIPAddress(ip:string)
|
||||
{
|
||||
let {status,socket} = await this.mwse.EventPooling.request({
|
||||
type: 'alloc/APIPAddress',
|
||||
type: 'whois/APIPAddress',
|
||||
whois: ip
|
||||
}) as {
|
||||
status:"fail"|"success",
|
||||
|
@ -166,7 +166,7 @@ export class IPPressure
|
|||
public async queryAPNumber(number:number)
|
||||
{
|
||||
let {status,socket} = await this.mwse.EventPooling.request({
|
||||
type: 'alloc/APNumber',
|
||||
type: 'whois/APNumber',
|
||||
whois: number
|
||||
}) as {
|
||||
status:"fail"|"success",
|
||||
|
@ -182,7 +182,7 @@ export class IPPressure
|
|||
public async queryAPShortCode(code:string)
|
||||
{
|
||||
let {status,socket} = await this.mwse.EventPooling.request({
|
||||
type: 'alloc/APShortCode',
|
||||
type: 'whois/APShortCode',
|
||||
whois: code
|
||||
}) as {
|
||||
status:"fail"|"success",
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue