It is Port.sender.id these days
This commit is contained in:
parent
34ea21b3ea
commit
0463471704
@ -45,7 +45,8 @@ export class Port extends EventEmitter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get id() {
|
get id() {
|
||||||
return this.port.sender && this.port.sender.extensionId;
|
return this.port.sender && (
|
||||||
|
this.port.sender.id || this.port.sender.extensionId);
|
||||||
}
|
}
|
||||||
|
|
||||||
get isSelf() {
|
get isSelf() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user