blob: 47b3cc962f73b5f39ccf05ecca920cf4c47141b4 [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.
[
RuntimeEnabled=Geofencing,
Exposed=ServiceWorker
] interface GeofencingEvent : Event {
readonly attribute DOMString id;
readonly attribute GeofencingRegion region;
};