Skip to content

lib: make WeakRef safe in abort_controller

Rodrigo Muino Tomonari requested to merge github/fork/jazelly/safe-weak-ref into main

WeakRef can be prototype polluted, which could affect abort_controller behaviours. Safety is more important than performance in this case, IMHO.

Merge request reports

Loading