blob: 9b4745bec4d5d7823dcc8bea199b0de1393e0855 [file] [log] [blame]
// Copyright 2014 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.
[
NoInterfaceObject,
RuntimeEnabled=Geofencing,
] interface Geofencing {
[CallWith=ScriptState] Promise registerRegion(GeofencingRegion region);
[CallWith=ScriptState] Promise unregisterRegion(DOMString regionId);
[CallWith=ScriptState] Promise getRegisteredRegions();
};