Nothing
Code
sizelimit_route(-1)
Condition
Error in `sizelimit_route()`:
! `limit` must be a number larger than or equal to 0, not the number -1.
Code
sizelimit_route("not a number")
Condition
Error in `sizelimit_route()`:
! `limit` must be a number, not the string "not a number".
Code
sizelimit_route(function() 1024)
Condition
Error in `sizelimit_route()`:
! `limit` must be a function with the following arguments: `request`
Code
route$dispatch(req)
Condition
Error in `handler()`:
! `limit` must be a number, not the string "not a number".
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.