export { pathToPosix } from './lib/utils'; export { AbortController, AbortSignal, alert, atob, Blob, btoa, ByteLengthQueuingStrategy, cancelAnimationFrame, cancelIdleCallback, CanvasRenderingContext2D, CharacterData, clearTimeout, Comment, CountQueuingStrategy, CSSStyleSheet, CustomElementRegistry, CustomEvent, Document, DocumentFragment, DOMException, Element, Event, EventTarget, fetch, File, FormData, Headers, HTMLBodyElement, HTMLCanvasElement, HTMLDivElement, HTMLDocument, HTMLElement, HTMLHeadElement, HTMLHtmlElement, HTMLImageElement, HTMLSpanElement, HTMLStyleElement, HTMLTemplateElement, HTMLUnknownElement, Image, ImageData, IntersectionObserver, MediaQueryList, MutationObserver, Node, NodeFilter, NodeIterator, OffscreenCanvas, ReadableByteStreamController, ReadableStream, ReadableStreamBYOBReader, ReadableStreamBYOBRequest, ReadableStreamDefaultController, ReadableStreamDefaultReader, Request, requestAnimationFrame, requestIdleCallback, ResizeObserver, Response, setTimeout, ShadowRoot, structuredClone, StyleSheet, Text, TransformStream, TreeWalker, URLPattern, Window, WritableStream, WritableStreamDefaultController, WritableStreamDefaultWriter } from './mod.js'; export declare const polyfill: { (target: any, options?: PolyfillOptions): any; internals(target: any, name: string): any; }; interface PolyfillOptions { exclude?: string | string[]; override?: Record; } ption value='generators'>generators Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/examples (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-29update examplesrelease/v0.1Gravatar Jorge Aparicio 5-29/+17
2017-07-27update examplesGravatar Jorge Aparicio 15-294/+198
2017-07-27`Send`-ness check is now in rtfm-coreGravatar Jorge Aparicio 3-23/+10
2017-07-27make task.$T.path mandatoryGravatar Jorge Aparicio 2-56/+30
2017-07-27make task.$T.enabled optionalGravatar Jorge Aparicio 17-91/+111
2017-07-27fix yet another warning on ARMv6-MGravatar Jorge Aparicio 1-3/+3
2017-07-27travis: install linkerGravatar Jorge Aparicio 3-3/+31
2017-07-27fix warning on ARMv6-MGravatar Jorge Aparicio 1-1/+2
2017-07-27don't generate empty modulesGravatar Jorge Aparicio 1-11/+16
2017-07-27make task.$T.priority optionalGravatar Jorge Aparicio 1-20/+8
2017-07-27update tests and examplesGravatar Jorge Aparicio 17-230/+68
2017-07-27refactor Resource / Threshold into its own crate, drop task!, tweak rtfm::atomicGravatar Jorge Aparicio 3-154/+47
2017-07-26provide a Threshold token even when all resources are locklessGravatar Jorge Aparicio 1-7/+5
2017-07-26fix around owned idle resourceGravatar Jorge Aparicio 1-1/+5
2017-07-25inline claimGravatar Jorge Aparicio 1-0/+1
2017-07-25fix errors around the use of `super` in relative pathsGravatar Jorge Aparicio 1-4/+4
2017-07-24more "hygiene"Gravatar Jorge Aparicio 1-8/+12