Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fixes #3797: detached -> transferable #12951

Merged
merged 1 commit into from
Feb 13, 2022

Conversation

himanshugarg
Copy link
Contributor

Summary

  1. The doc uses the term detached where we could use transferable which is well documented on MDN.
  2. Also fixed macro flaws for transferable objects.

Motivation

I want to publicly demonstrate my own skills to improve my chances of getting a job.

Supporting details

Thanks @myshov for reporting

Related issues

Fixes #3797

Metadata

  • Fixes a typo, bug, or other error

@himanshugarg himanshugarg requested review from a team as code owners February 13, 2022 02:54
@himanshugarg himanshugarg requested review from wbamberg and removed request for a team February 13, 2022 02:54
@github-actions github-actions bot added Content:JS JavaScript docs Content:WebAPI Web API docs labels Feb 13, 2022
@github-actions
Copy link
Contributor

Preview URLs

Flaws

Note! 3 documents with no flaws that don't need to be listed. 🎉

URL: /en-US/docs/Web/API/MessagePort/postMessage
Title: MessagePort.postMessage()
on GitHub
Flaw count: 3

  • macros:
    • wrong xref macro used (consider changing which macro you use)
    • wrong xref macro used (consider changing which macro you use)
    • /en-US/docs/Web/API/MessageChannel/postMessage does not exist

URL: /en-US/docs/Web/API/VideoFrame/clone
Title: VideoFrame.clone()
on GitHub
Flaw count: 1

  • macros:
    • /en-US/docs/Web/API/VideoData does not exist

External URLs

URL: /en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
Title: SharedArrayBuffer
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/MessagePort/postMessage
Title: MessagePort.postMessage()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/Worker/postMessage
Title: Worker.prototype.postMessage()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/VideoFrame/clone
Title: VideoFrame.clone()
on GitHub

No new external URLs


URL: /en-US/docs/Web/API/AudioData/clone
Title: AudioData.clone()
on GitHub

No new external URLs

Copy link
Contributor

@teoli2003 teoli2003 left a comment

Choose a reason for hiding this comment

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

👍

@teoli2003 teoli2003 merged commit 15ed603 into mdn:main Feb 13, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Content:JS JavaScript docs Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expanation of concept of detaching for ArrayBuffers
2 participants