Sha256: 85a3602f24b5db2c1e4e56c6a2655ccc7e8a3183d4291a8e6eece3406bceac46
Contents?: true
Size: 302 Bytes
Versions: 26
Compression:
Stored size: 302 Bytes
Contents
"use strict"; const UIEventImpl = require("./UIEvent-impl").implementation; const FocusEventInit = require("../generated/FocusEventInit"); class FocusEventImpl extends UIEventImpl {} FocusEventImpl.defaultInit = FocusEventInit.convert(undefined, undefined); exports.implementation = FocusEventImpl;
Version data entries
26 entries across 26 versions & 1 rubygems