* A message that includes the sender's origin, so the CMS can use the correct * origin when responding to the message, without requiring developers to * specify the expected origin wherever necessary (e.g. in the userbar).
| 4 | * specify the expected origin wherever necessary (e.g. in the userbar). |
| 5 | */ |
| 6 | interface MessageWithOrigin { |
| 7 | origin: string; |
| 8 | } |
| 9 | |
| 10 | /** |
| 11 | * Indicates Axe in the userbar is ready for another run. |
nothing calls this directly
no outgoing calls
no test coverage detected