register方法

Future register(
  1. String tag
)

实现

Future register(String tag) =>
    promiseToFuture(JS("", "#.register(#)", this, tag));