Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[WIP] feat(node): tls module #1862

Closed
wants to merge 15 commits into from
Closed

Conversation

bartlomieju
Copy link
Member

Closes #1475

@bartlomieju bartlomieju requested a review from kt3k as a code owner January 29, 2022 13:03
@bartlomieju bartlomieju changed the title feat(node): tls module [WIP] feat(node): tls module Jan 29, 2022
// Copyright 20222 the Deno authors. All rights reserved. MIT license.

export const ArrayIsArray = Array.isArray;
export const ArrayPrototypeForEach = (that, ...args) => that.forEach(...args);
Copy link
Member

Choose a reason for hiding this comment

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

I guess ArrayPrototypeForEach = Array.prototype.forEach might be more straightforward?

@kt3k
Copy link
Member

kt3k commented Feb 15, 2022

closing in favor of #1923

@kt3k kt3k closed this Feb 15, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

std/node: support the "tls" module
3 participants