Skip to content

Commit

Permalink
Remove further async parts
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Dec 19, 2023
1 parent c882ca6 commit 85c5041
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ses.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -9388,17 +9388,6 @@ const getAnonymousIntrinsics= ()=> {

}

if( globalThis.AsyncIterator) {
intrinsics['%AsyncIteratorHelperPrototype%']= getPrototypeOf(
// eslint-disable-next-line @endo/no-polymorphic-call
globalThis.AsyncIterator.from([]).take(0));

intrinsics['%WrapForValidAsyncIteratorPrototype%']= getPrototypeOf(
// eslint-disable-next-line @endo/no-polymorphic-call
globalThis.AsyncIterator.from({ next() { }}));

}

return intrinsics;
};$h‍_once.getAnonymousIntrinsics(getAnonymousIntrinsics);
})()
Expand Down

0 comments on commit 85c5041

Please sign in to comment.