Bug 1671598 [wpt PR 26128] - [AspectRatio] Fix divide by zero with a small float...
[gecko.git] / dom / webidl / CancelContentJSOptions.webidl
blob6b07534adc24c65398ab1660445882a34a3cbff8
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
5 [GenerateInit]
6 dictionary CancelContentJSOptions {
7   long index = 0;
8   URI? uri = null;
9   long epoch = 0;