ReceivedMessage

interface

interface ReceivedMessage {
  method: string
  args: any[]
  id: string
  type: string
}

Properties

Property Description
method: string
args: any[]
id: string
type: string

© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/platform-webworker/ReceivedMessage