method forceReady


dynamic forceReady([int timeout])

Forces polymer to register any pending elements. Can be used to abort waiting for elements that are partially defined.

Source

static forceReady([int timeout]) => PolymerJs.forceReady(timeout);