-
Notifications
You must be signed in to change notification settings - Fork 1
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 |
exported: prepareConstructor
kind: function
declaration: const
| Name | Type | Description |
|---|---|---|
| prototype | ? |
Type: HTMLElement
exported: HTMLElement
declaration: const
A drop-in replacement for the HTMLElement construct function