blob: ee89a036a777e875538726bfb651b8b4eac3dd2d [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://github.com/samuelgoto/sms-receiver
[
SecureContext,
Exposed=Window,
RuntimeEnabled=SmsReceiver
] interface SMSReceiver {
[CallWith=ScriptState, MeasureAs=SMSReceiverStart]
Promise<SMS> receive(optional SMSReceiverOptions options);
};