- Fixed
headers.append()
andheaders.set()
to normalize values. (MattiasBuelens) - Fixed
pageshow
events to havebubbles: true
andcancelable: true
. (MattiasBuelens) - Implemented the
reason
property onAbortSignal
s, along with the correspondingreason
argument toabortSignal.abort()
andAbortSignal.abort()
. (MattiasBuelens)