Package-level declarations
Types
Defines events for background web platform features.
Request object containing input parameters for the BackgroundServiceDomain.clearEvents command.
A dummy response object for the BackgroundServiceDomain.clearEvents command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
A key-value pair for additional event information to pass along.
The Background Service that will be associated with the commands/events. Every Background Service operates independently, but they share the same API.
Request object containing input parameters for the BackgroundServiceDomain.setRecording command.
A dummy response object for the BackgroundServiceDomain.setRecording command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the BackgroundServiceDomain.startObserving command.
A dummy response object for the BackgroundServiceDomain.startObserving command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.
Request object containing input parameters for the BackgroundServiceDomain.stopObserving command.
A dummy response object for the BackgroundServiceDomain.stopObserving command. This command doesn't return any result at the moment, but this could happen in the future, or could have happened in the past. For forwards and backwards compatibility of the command method, we still declare this class even without properties.