路径 属性

列表<事件目标> 路径

实现

List<EventTarget> get path =>
    JS<bool>('bool', '!!#.composedPath', this) ? composedPath() : [];