/* * Copyright (C) 2017 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. */ // This is a unified dictionary for EcKeyImportParams and EcKeyGenParams. // https://www.w3.org/TR/WebCryptoAPI/#EcKeyImportParams-dictionary, and // https://www.w3.org/TR/WebCryptoAPI/#EcKeyGenParams-dictionary [ Conditional=WEB_CRYPTO, ImplementedAs=CryptoAlgorithmEcKeyParams ] dictionary EcKeyParams : CryptoAlgorithmParameters { required DOMString namedCurve; }; s Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets/jsx-top-level.tsx (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-27[bun.js] begin the webkit-ingGravatar Jarred Sumner 30-42/+3196
2022-03-27Bun.mmap() (#134)Gravatar evan 3-0/+170
2022-03-26Add a function for moving slices from a typeGravatar Jarred Sumner 1-0/+85
2022-03-26improve performance of accessing `Bun.Transpiler` and `Bun.unsafe`Gravatar Jarred Sumner 5-4/+69
2022-03-26fix `instanceof` checks for classesGravatar Jarred Sumner 1-8/+7
2022-03-26Update syscall.zigGravatar Jarred Sumner 1-2/+2
2022-03-26clarifyGravatar Jarred Sumner 1-22/+22
2022-03-26Update uwsGravatar Jarred Sumner 1-0/+0