Sha256: 853d7350b106c498738bb78bc15f409057a59e3171319e89ab8995d54ed5515b
Contents?: true
Size: 343 Bytes
Versions: 26
Compression:
Stored size: 343 Bytes
Contents
"use strict"; const EventImpl = require("./Event-impl").implementation; const HashChangeEventInit = require("../generated/HashChangeEventInit"); class HashChangeEventImpl extends EventImpl { } HashChangeEventImpl.defaultInit = HashChangeEventInit.convert(undefined, undefined); module.exports = { implementation: HashChangeEventImpl };
Version data entries
26 entries across 26 versions & 1 rubygems