static defaultGetTrackingProperties()

in src/windowPostMessageProxy.ts [59:61]


  static defaultGetTrackingProperties(message: any): ITrackingProperties {
    return message[WindowPostMessageProxy.messagePropertyName];
  }