tc39 / proposal-shadowrealm

ECMAScript Proposal, specs, and reference implementation for Realms
https://tc39.es/proposal-shadowrealm/
1.44k stars 67 forks source link

docs: Fix link to issues #412

Closed regseb closed 2 weeks ago

regseb commented 2 weeks ago

Fix link to issues in README.

Replace

we moved on from the exposed globalThis model to a lean isolated realms API (see #⁠289 and #⁠291)

by

we moved on from the exposed globalThis model to a lean isolated realms API (see https://github.com/tc39/proposal-shadowrealm/issues/289 and https://github.com/tc39/proposal-shadowrealm/issues/291)