Articles tagged: API
Found 5012 documents
- Web/API/ParentNode/firstElementChild The ParentNode.firstElementChild read-only property returns the object's first child Element, or ...
- Web/API/ParentNode/lastElementChild The ParentNode.lastElementChild read-only property returns the object's last child Element or ...
- Web/API/ParentNode/prepend The ParentNode.prepend method inserts a set of Node objects or DOMString objects before the ...
- Web/API/ParentNode/querySelectorAll Returns a NodeList representing a list of elements with the current element as root that matches ...
- Web/API/PasswordCredential The interface of the Credential Management API provides information about a username/password ...
- Web/API/PasswordCredential/additionalData The additionalData property of the PasswordCredential interface takes one of a FormData ...
- Web/API/PasswordCredential/iconURL The iconURL read-only property of the PasswordCredential interface returns a USVString ...
- Web/API/PasswordCredential/idName The idName property of the PasswordCredential interface returns a USVString, representing the ...
- Web/API/PasswordCredential/name The name read-only property of the PasswordCredential interface returns a USVSTring containing a ...
- Web/API/PasswordCredential/password The password read-only property of the PasswordCredential interface returns a USVString ...
- Web/API/PasswordCredential/PasswordCredential The PasswordCredential constructor creates a new PasswordCredential object.
- Web/API/PasswordCredential/passwordName The passwordName property of the PasswordCredential interface returns a USVString, depicting the ...
- Web/API/Path2D The Path2D interface of the Canvas 2D API is used to declare paths that are then later used on ...
- Web/API/Path2D/addPath The Path2D.addPath() method of the Canvas 2D API adds to the path the path given by the argument.
- Web/API/Path2D/Path2D The Path2D() constructor returns a newly instantiated Path2D object, optionally with another ...
- Web/API/PaymentAddress The PaymentAddress interface of the Payment Request API stores address information.
- Web/API/PaymentAddress/addressLine The addressLine read-only property of the PaymentAddress interface returns a string array ...
- Web/API/PaymentAddress/city The city read-only property of the PaymentAddress interface returns a string containing the city ...
- Web/API/PaymentAddress/country The country read-only property of the PaymentAddress interface returns a string containing the ...
- Web/API/PaymentAddress/dependentLocality The dependentLocality read-only property of the PaymentAddress interface returns a string ...
- Web/API/PaymentAddress/languageCode The languageCode read-only property of the PaymentAddress interface returns a string containing ...
- Web/API/PaymentAddress/organization The organization read-only property of the PaymentAddress interface returns a string containing ...
- Web/API/PaymentAddress/PaymentAddress.country The country read-only property of the PaymentAddress interface returns a string containing the ...
- Web/API/PaymentAddress/phone The phone read-only property of the PaymentAddress interface returns a string containing the ...
- Web/API/PaymentAddress/postalCode The postalCode read-only property of the PaymentAddress interface returns a string containing a ...
- Web/API/PaymentAddress/recipient The recipient read-only property of the PaymentAddress interface returns a string containing the ...
- Web/API/PaymentAddress/region The region read-only property of the PaymentAddress interface returns a string containing a top ...
- Web/API/PaymentAddress/sortingCode The sortingCode read-only property of the PaymentAddress interface returns a string containing a ...
- Web/API/PaymentAddress/toJSON The toJSON() property of the PaymentAddress interface is a standard serializer that returns a ...
- Web/API/PaymentRequest The PaymentRequest interface of the Payment Request API manages the process of a user making a ...
- Web/API/PaymentRequest/abort The PaymentRequest.abort() method of the PaymentRequest interface causes the user agent to end ...
- Web/API/PaymentRequest/canMakePayment The PaymentRequest.canMakePayment() method of the PaymentRequest interface indicates whether the ...
- Web/API/PaymentRequest/id The id read-only property of the PaymentRequest interface returns the free-form identifier ...
- Web/API/PaymentRequest/onshippingaddresschange The onshippingaddresschange event of the PaymentRequest interface is fired whenever the user ...
- Web/API/PaymentRequest/onshippingoptionchange The onshippingoptionchange event of the PaymentRequest interface is fired whenever the user ...
- Web/API/PaymentRequest/PaymentRequest The PaymentRequest() constructor creates a new PaymentRequest object.
- Web/API/PaymentRequest/shippingAddress The shippingAddress read-only property of the PaymentRequest interface returns the shipping ...
- Web/API/PaymentRequest/shippingOption The shippingOption read-only attribute of the PaymentRequest interface returns either the id of ...
- Web/API/PaymentRequest/shippingType The shippingType read-only property of the PaymentRequest interface returns one of "shipping", ...
- Web/API/PaymentRequest/show The PaymentRequest.show() method of the PaymentRequest interface causes the user agent to begin ...
- Web/API/PaymentRequestUpdateEvent The PaymentRequestUpdateEvent interface of the the Payment Request API enables a web page to ...
- Web/API/PaymentRequestUpdateEvent/PaymentRequestUpdateEvent The PaymentRequestUpdateEvent constructor creates a new PaymentRequestUpdateEvent object which ...
- Web/API/PaymentRequestUpdateEvent/updateWith The updateWith property of the PaymentRequestUpdateEvent interface updates the details of an ...
- Web/API/PaymentResponse The PaymentResponse interface of the Payment Request API is returned after a user selects a ...
- Web/API/PaymentResponse/complete The PaymentRequest.complete() method of the PaymentRequest API notifies the user agent that the ...
- Web/API/PaymentResponse/details The details read-only property of the PaymentResponse interface returns a JSON-serializable ...
- Web/API/PaymentResponse/methodName The methodName read-only property of the PaymentResponse interface returns the payment method ...
- Web/API/PaymentResponse/payerEmail The payerEmail read-only property of the PaymentResponse interface returns the email address ...
- Web/API/PaymentResponse/payerName The payerName readonly property of the PaymentResponse interface returns the name supplied by ...
- Web/API/PaymentResponse/payerPhone The payerPhone read-only property of the PaymentResponse interface returns the phone number ...
- Web/API/PaymentResponse/requestId The requestId read-only property of the PaymentResponse interface rreturns the free-form ...
- Web/API/PaymentResponse/shippingAddress The shippingAddress read-only property of the PaymentRequest interface returns a PaymentAddress ...
- Web/API/PaymentResponse/shippingOption The shippingOption read-only property of the PaymentRequest interface returns the ID attribute ...
- Web/API/Payment_Request_API The Payment Request API defines a consistent user experience across payment methods, payment ...
- Web/API/Performance The Performance interface provides access to performance-related information for the current ...
- Web/API/Performance/clearMarks The clearMarks() method removes the named mark from the browser's performance entry buffer. If ...
- Web/API/Performance/clearMeasures The clearMeasures() method removes the named measure from the browser's performance entry ...
- Web/API/Performance/clearResourceTimings The clearResourceTimings() method removes all performance entries with an entryType of " ...
- Web/API/Performance/getEntries The getEntries() method returns a list of PerformanceEntry objects for a given filter. The ...
- Web/API/Performance/getEntriesByName The getEntriesByName() method returns a list of PerformanceEntry objects for the given name and ...
- Web/API/Performance/getEntriesByType The getEntriesByType() method returns a list of PerformanceEntry objects for a given type. The ...
- Web/API/Performance/mark The mark() method creates a timestamp in the browser's performance entry buffer with the given ...
- Web/API/Performance/measure The measure() method creates a named timestamp in the browser's performance entry buffer between ...
- Web/API/Performance/navigation The Performance.navigation read-only property returns a PerformanceNavigation object ...
- Web/API/Performance/now The performance.now() method returns a DOMHighResTimeStamp, measured in milliseconds, accurate ...
- Web/API/Performance/onresourcetimingbufferfull The onresourcetimingbufferfull property is an event handler that will be called when the ...
- Web/API/Performance/setResourceTimingBufferSize The setResourceTimingBufferSize() method sets the browser's resource timing buffer size to the ...
- Web/API/Performance/timeOrigin The timeOrigin read-only property of the Performance interface returns the high resolution ...
- Web/API/Performance/timing The Performance.timing read-only property returns a PerformanceTiming object containing ...
- Web/API/Performance/toJSON The toJSON() method of the Performance interface is a standard serializer: it returns a JSON ...
- Web/API/PerformanceEntry The PerformanceEntry object encapsulates a single performance metric that is part of the ...
- Web/API/PerformanceEntry/duration The duration property returns a timestamp that is the duration of the performance entry.
- Web/API/PerformanceEntry/entryType The entryType property returns a DOMString representing the type of performance metric such as, ...
- Web/API/PerformanceEntry/name The name property of the PerformanceEntry interface returns a value that further specifies the ...
- Web/API/PerformanceEntry/startTime The startTime property returns the first recorded timestamp of the performance entry.
- Web/API/PerformanceEntry/toJSON The toJSON() method is a serializer ; it returns a JSON representation of the performance entry ...
- Web/API/PerformanceFrameTiming PerformanceFrameTiming is an abstract interface that provides frame timing data about the ...
- Web/API/PerformanceLongTaskTiming The PerformanceLongTaskTiming interface of the the Long Tasks API reports instances of long tasks.
- Web/API/PerformanceMark PerformanceMark is an abstract interface for PerformanceEntry objects with an entryType of " ...
- Web/API/PerformanceMeasure PerformanceMeasure is an abstract interface for PerformanceEntry objects with an entryType of " ...
- Web/API/PerformanceNavigation The PerformanceNavigation interface represents information about how the navigation to the ...
- Web/API/PerformanceNavigation/redirectCount The PerformanceNavigation.redirectCount read-only property returns an unsigned short ...
- Web/API/PerformanceNavigation/type The PerformanceNavigation.type read-only property returns an unsigned short containing a ...
- Web/API/PerformanceNavigationTiming The PerformanceNavigationTiming interface provides methods and properties to store and retrieve ...
- Web/API/PerformanceNavigationTiming/domComplete The domComplete read-only property returns a timestamp representing the time value equal to the ...
- Web/API/PerformanceNavigationTiming/domContentLoadedEventEnd The domContentLoadedEventEnd read-only property returns a timestamp representing the time value ...
- Web/API/PerformanceNavigationTiming/domContentLoadedEventStart The domContentLoadedEventStart read-only property returns a timestamp representing the time ...
- Web/API/PerformanceNavigationTiming/domInteractive The domInteractive read-only property returns a timestamp representing the time value equal to ...
- Web/API/PerformanceNavigationTiming/loadEventEnd The loadEventEnd read-only property returns a timestamp which is equal to the time when the load ...
- Web/API/PerformanceNavigationTiming/loadEventStart The loadEventStart read-only property returns a timestamp representing the time value equal to ...
- Web/API/PerformanceNavigationTiming/redirectCount The redirectCount property returns a timestamp representing the number of redirects since the ...
- Web/API/PerformanceNavigationTiming/toJSON The toJSON() method is a serializer - it returns a JSON representation of the ...
- Web/API/PerformanceNavigationTiming/type The type read-only property returns a string representing the type of navigation. The value must ...
- Web/API/PerformanceNavigationTiming/unloadEventEnd The unloadEventEnd read-only property returns a timestamp representing the time value equal to ...
- Web/API/PerformanceNavigationTiming/unloadEventStart The unloadEventStart read-only property returns a timestamp representing the time value equal to ...
- Web/API/PerformanceObserver The PerformanceObserver interface is used to observe performance measurement events and be ...
- Web/API/PerformanceObserver/disconnect The disconnect() method of the PerformanceObserver interface is used to stop the performance ...
- Web/API/PerformanceObserver/observe The observe() method of the PerformanceObserver interface is used to specify the set of ...
- Web/API/PerformanceObserver/PerformanceObserver The PerformanceObserver() constructor creates a new PerformanceObserver object with the given ...
- Web/API/PerformanceObserverEntryList The PerformanceObserverEntryList interface is a list of peformance events that were explicitly ...