Skip to content

Module: core::nativePrototype

Jovan Gerodetti edited this page Apr 14, 2021 · 4 revisions

nativePrototype(nativeConstructor) => {object}

exported: nativePrototype
kind: function
declaration: const

transforms an native constructor into a normal ECMAScript prototype object

Name Type Description
nativeConstructor Function

prepareConstructor(prototype) => {?}

exported: prepareConstructor
kind: function
declaration: const

Name Type Description
prototype ?

HTMLElementProto

Type: HTMLElement
exported: HTMLElement
declaration: const

A drop-in replacement for the HTMLElement construct function

Clone this wiki locally