File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -801,7 +801,7 @@ steps _steps_, would do the following:
801
801
> 1 . Throw _ e_ .
802
802
> 1 . [ AsyncContextSwap] ( https://tc39.es/proposal-async-context/#sec-asynccontextswap ) (_ previousContext_ ).
803
803
804
- For web APIs that use that take a callback and eventually call it with the same context as when
804
+ For web APIs that take a callback and eventually call it with the same context as when
805
805
the web API was called, this should be handled in WebIDL by storing the result of ` AsyncContextSnapshot() `
806
806
alongside the callback function, and swapping it when the function is called. Since this should not happen
807
807
for every callback, there should be a WebIDL extended attribute applied to callback types to control this.
You can’t perform that action at this time.
0 commit comments