supportsRegisterElement property

bool supportsRegisterElement

Checks if registerElement is supported on the current platform.

Implementation

bool get supportsRegisterElement {
  return JS('bool', '("registerElement" in #)', this);
}