Closed ajvincent closed 1 year ago
https://github.com/ajvincent/proposal-mass-proxy-revocation/pull/17
Branch name: options-signal-optional . I figured we could do both changes on the same branch.
This was my fault. I forgot the "?" character, and the spec matches the TypeScript definition. Sorry about that!
Section 10.5.14 in spec.emu, step 4.c requires the options dictionary to have a signal property. It's thus not really an option. We need to allow options.signal to be undefined / not present.
This is intended for forwards compatibility, to allow other features to be added later.