Skip to content

Conversation

@silamon
Copy link
Contributor

@silamon silamon commented Nov 20, 2021

Fixes #3556

@silamon
Copy link
Contributor Author

silamon commented Dec 21, 2021

I might come with a better solution, since a proxy isn't supposed to work in Internet Explorer.

@Tyriar Tyriar added this to the 4.17.0 milestone Dec 22, 2021
});
it('object.keys return the correct number of options', () => {
const optionsService = new OptionsService({ cols: 80, rows: 25 });
assert.notEqual(Object.keys(optionsService.options).length, 0);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assertion is failing

Copy link
Member

@Tyriar Tyriar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work @silamon 👍

@Tyriar Tyriar merged commit 63c281e into xtermjs:master Jan 11, 2022
@silamon silamon deleted the options3 branch October 16, 2022 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resolve perf regression from OptionsService.options

2 participants