You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would introduce a circular dependency between the ext crates: with AbortSignal.timeout(), ext/web would have to depend on ext/timers, but because Performance.prototype.measure() can throw a DOMException, ext/timers also depends on ext/web.
How do we solve this? Should performance be moved to a separate crate? Should AbortSignal.timeout() be defined in ext/timers?
See whatwg/dom#1032.
I'll probably take care of this, unless @crowlKats or someone else wants to do it.
The text was updated successfully, but these errors were encountered: